summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/Makefile.inc
diff options
context:
space:
mode:
authorIngo Albrecht <prom@berlin.ccc.de>2010-03-07 04:20:44 +0100
committerHarald Welte <laforge@gnumonks.org>2010-03-07 12:03:02 +0100
commit9a8ef37a063c43110068605422f36b6bd7eac36d (patch)
treed6e30866cd0c2e1f3253a568705ade5dd2e43c93 /src/target/firmware/Makefile.inc
parent7082f7862a80f67813ec0cef951c7e97034aeee2 (diff)
Clean listings.
Diffstat (limited to 'src/target/firmware/Makefile.inc')
-rw-r--r--src/target/firmware/Makefile.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/target/firmware/Makefile.inc b/src/target/firmware/Makefile.inc
index b0952999..c012896c 100644
--- a/src/target/firmware/Makefile.inc
+++ b/src/target/firmware/Makefile.inc
@@ -42,6 +42,8 @@ CFLAGS += -DGIT_REVISION=\"$(GIT_REVISION)\"
ALL_OBJS=
ALL_DEPS=
+ALL_LSTS=$(ALL_OBJS:.o=.lst)
+
#### APPLICATION DATA ####
ALL_APPS=
@@ -145,7 +147,7 @@ depend: $(ALL_DEPS)
.PHONY: clean
clean:
- rm -f $(ALL_APP_TARGETS) $(ALL_LIB_TARGETS) $(ALL_OBJS) $(ALL_DEPS)
+ rm -f $(ALL_APP_TARGETS) $(ALL_LIB_TARGETS) $(ALL_OBJS) $(ALL_DEPS) $(ALL_LSTS)
.PHONY: distclean
distclean: clean