summaryrefslogtreecommitdiff
path: root/firmware/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/Makefile')
-rw-r--r--firmware/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/firmware/Makefile b/firmware/Makefile
index c80d20cdb5..916a1a4094 100644
--- a/firmware/Makefile
+++ b/firmware/Makefile
@@ -55,7 +55,10 @@ ifndef TOOLSDIR
55 TOOLSDIR=../tools 55 TOOLSDIR=../tools
56endif 56endif
57 57
58all: $(OUTPUT) $(EXTRA_TARGETS) 58all: $(TOOLSDIR)/convbdf $(OUTPUT) $(EXTRA_TARGETS)
59
60$(TOOLSDIR)/convbdf:
61 $(MAKE) -C $(TOOLSDIR)
59 62
60$(OUTPUT): $(OBJS) 63$(OUTPUT): $(OBJS)
61 $(AR) ruv $@ $+ 64 $(AR) ruv $@ $+