summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2010-02-16 21:55:42 +0000
committerMaurus Cuelenaere <mcuelenaere@gmail.com>2010-02-16 21:55:42 +0000
commit19204624a9e9e73c882f196ec93b7e01dbd8aa84 (patch)
treed8042aeb2fe9a2246a88c48427d7fce1002ae8e8 /tools
parentd2cead083fb37bbb6ba09a84cd74534c061eea22 (diff)
downloadrockbox-19204624a9e9e73c882f196ec93b7e01dbd8aa84.tar.gz
rockbox-19204624a9e9e73c882f196ec93b7e01dbd8aa84.zip
Fix parallel building
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24705 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
-rw-r--r--tools/root.make3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/root.make b/tools/root.make
index 091bf7ccda..76d493b22e 100644
--- a/tools/root.make
+++ b/tools/root.make
@@ -20,7 +20,8 @@ PPCFLAGS = $(filter-out -Dmain=SDL_main,$(CFLAGS)) # cygwin sdl-config fix
TOOLS = $(TOOLSDIR)/rdf2binary $(TOOLSDIR)/convbdf \
$(TOOLSDIR)/codepages $(TOOLSDIR)/scramble $(TOOLSDIR)/bmp2rb \
- $(TOOLSDIR)/uclpack $(TOOLSDIR)/mkboot $(TOOLSDIR)/iaudio_bl_flash.[ch]
+ $(TOOLSDIR)/uclpack $(TOOLSDIR)/mkboot $(TOOLSDIR)/iaudio_bl_flash.c \
+ $(TOOLSDIR)/iaudio_bl_flash.h
ifeq (,$(PREFIX))