diff options
| author | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2010-02-16 21:55:42 +0000 |
|---|---|---|
| committer | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2010-02-16 21:55:42 +0000 |
| commit | 19204624a9e9e73c882f196ec93b7e01dbd8aa84 (patch) | |
| tree | d8042aeb2fe9a2246a88c48427d7fce1002ae8e8 /tools/root.make | |
| parent | d2cead083fb37bbb6ba09a84cd74534c061eea22 (diff) | |
| download | rockbox-19204624a9e9e73c882f196ec93b7e01dbd8aa84.zip rockbox-19204624a9e9e73c882f196ec93b7e01dbd8aa84.tar.gz rockbox-19204624a9e9e73c882f196ec93b7e01dbd8aa84.tar.bz2 rockbox-19204624a9e9e73c882f196ec93b7e01dbd8aa84.tar.xz | |
Fix parallel building
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24705 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/root.make')
| -rw-r--r-- | tools/root.make | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/root.make b/tools/root.make index 091bf7c..76d493b 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)) |