summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/Makefile.inc
diff options
context:
space:
mode:
authorIngo Albrecht <prom@berlin.ccc.de>2010-07-14 05:03:27 +0200
committerIngo Albrecht <prom@berlin.ccc.de>2010-07-20 14:41:20 +0200
commit45b509e0a5692d869c2bb46ddf9bc136be901551 (patch)
tree081fe55b044594b00ebae0233240360e2ae8f896 /src/target/firmware/Makefile.inc
parent78e8ed6b297e4a86f42d3c5582301fc2022cff89 (diff)
firmware: Fixed binary dependencies.
Diffstat (limited to 'src/target/firmware/Makefile.inc')
-rw-r--r--src/target/firmware/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/firmware/Makefile.inc b/src/target/firmware/Makefile.inc
index 2b18d3b1..9c569865 100644
--- a/src/target/firmware/Makefile.inc
+++ b/src/target/firmware/Makefile.inc
@@ -158,7 +158,7 @@ $(foreach lbr,$(LIBRARIES),$(eval $(call LIBRARY_template,$(lbr))))
#### TOPLEVEL RULES ####
.PHONY: all
-all: $(ALL_DEPS) $(ALL_APPS:.elf=.size)
+all: $(ALL_DEPS) $(ALL_APPS:.elf=.bin) $(ALL_APPS:.elf=.size)
.PHONY: depend
depend: $(ALL_DEPS)