diff options
Diffstat (limited to 'firmware/Makefile')
-rw-r--r-- | firmware/Makefile | 5 |
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 TOOLSDIR=../tools endif -all: $(OUTPUT) $(EXTRA_TARGETS) +all: $(TOOLSDIR)/convbdf $(OUTPUT) $(EXTRA_TARGETS) + +$(TOOLSDIR)/convbdf: + $(MAKE) -C $(TOOLSDIR) $(OUTPUT): $(OBJS) $(AR) ruv $@ $+ |