diff options
author | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2010-02-15 10:24:32 +0000 |
---|---|---|
committer | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2010-02-15 10:24:32 +0000 |
commit | 651b55488ef2c35c0b0a17781a466bf14cc1f71a (patch) | |
tree | 5fcfc5e36b88ecf830a282dcf4850f3c1a34ddc0 | |
parent | b8eb272e48b98de6ce9fba04798e4652119e0a0a (diff) |
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.make | 2 |
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 TOOLS = $(TOOLSDIR)/rdf2binary $(TOOLSDIR)/convbdf \ $(TOOLSDIR)/codepages $(TOOLSDIR)/scramble $(TOOLSDIR)/bmp2rb \ - $(TOOLSDIR)/uclpack $(TOOLSDIR)/mkboot + $(TOOLSDIR)/uclpack $(TOOLSDIR)/mkboot $(TOOLSDIR)/iaudio_bl_flash.[ch] ifeq (,$(PREFIX)) |