From 4b392cd105b0904790c0f7c694c382096963fe42 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Thu, 10 Jul 2003 11:52:42 +0000 Subject: Added dependency to the tools dir, so it's automatically built with the rest. Updated build docs. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3825 a1c6a512-1295-4272-9138-f99709370657 --- firmware/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'firmware/Makefile') 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 $@ $+ -- cgit v1.2.3