summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/Makefile.inc
diff options
context:
space:
mode:
authorIngo Albrecht <prom@berlin.ccc.de>2010-03-07 02:01:51 +0100
committerHarald Welte <laforge@gnumonks.org>2010-03-07 11:47:10 +0100
commit907d7c135c94fde6077406aa5c2f46176ae0d09a (patch)
treed01a5428ebff0e248bf1e3ec408e9e90bdf21c58 /src/target/firmware/Makefile.inc
parentd73784344053d8e12d302de53fee92c095de39e7 (diff)
Dummy distclean for new firmware buildsys.
Diffstat (limited to 'src/target/firmware/Makefile.inc')
-rw-r--r--src/target/firmware/Makefile.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/target/firmware/Makefile.inc b/src/target/firmware/Makefile.inc
index a4eeb7f6..934b95fc 100644
--- a/src/target/firmware/Makefile.inc
+++ b/src/target/firmware/Makefile.inc
@@ -137,9 +137,13 @@ depend: $(ALL_DEPS)
#### CLEANUP RULES ####
+.PHONY: clean
clean:
rm -f $(ALL_APP_TARGETS) $(ALL_LIB_TARGETS) $(ALL_OBJS) $(ALL_DEPS)
+.PHONY: distclean
+distclean: clean
+
#### DEPENDENCY LOAD ####