summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2010-02-15 10:24:32 +0000
committerMaurus Cuelenaere <mcuelenaere@gmail.com>2010-02-15 10:24:32 +0000
commit651b55488ef2c35c0b0a17781a466bf14cc1f71a (patch)
tree5fcfc5e36b88ecf830a282dcf4850f3c1a34ddc0
parentb8eb272e48b98de6ce9fba04798e4652119e0a0a (diff)
downloadrockbox-651b55488ef2c35c0b0a17781a466bf14cc1f71a.tar.gz
rockbox-651b55488ef2c35c0b0a17781a466bf14cc1f71a.zip
make veryclean: remove tools/iaudio_bl_flash.[ch]
These are generated files by the build; at least "make veryclean" should remove them. Author: Junio C Hamano Flyspray: FS#10967 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24664 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--tools/root.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/root.make b/tools/root.make
index 8d54140a9b..091bf7ccda 100644
--- a/tools/root.make
+++ b/tools/root.make
@@ -20,7 +20,7 @@ PPCFLAGS = $(filter-out -Dmain=SDL_main,$(CFLAGS)) # cygwin sdl-config fix
20 20
21TOOLS = $(TOOLSDIR)/rdf2binary $(TOOLSDIR)/convbdf \ 21TOOLS = $(TOOLSDIR)/rdf2binary $(TOOLSDIR)/convbdf \
22 $(TOOLSDIR)/codepages $(TOOLSDIR)/scramble $(TOOLSDIR)/bmp2rb \ 22 $(TOOLSDIR)/codepages $(TOOLSDIR)/scramble $(TOOLSDIR)/bmp2rb \
23 $(TOOLSDIR)/uclpack $(TOOLSDIR)/mkboot 23 $(TOOLSDIR)/uclpack $(TOOLSDIR)/mkboot $(TOOLSDIR)/iaudio_bl_flash.[ch]
24 24
25 25
26ifeq (,$(PREFIX)) 26ifeq (,$(PREFIX))