summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2008-11-28 22:22:47 +0000
committerJens Arnold <amiconn@rockbox.org>2008-11-28 22:22:47 +0000
commit89b41571ac38475e46c8ee8e6d5742a598b3edc4 (patch)
tree098dcabd787368f618e97eba48b1da2e7aa40424 /tools
parent4a4c3c5cb05e9c2b955111af4ddc59900bf3d649 (diff)
downloadrockbox-89b41571ac38475e46c8ee8e6d5742a598b3edc4.tar.gz
rockbox-89b41571ac38475e46c8ee8e6d5742a598b3edc4.zip
Add another missing file to 'clean' target.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19258 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
-rw-r--r--tools/root.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/root.make b/tools/root.make
index 1bd6862cfb..001d216d0f 100644
--- a/tools/root.make
+++ b/tools/root.make
@@ -101,7 +101,7 @@ clean:
101 rockbox-manual*.zip sysfont.h rockbox-info.txt voicefontids \ 101 rockbox-manual*.zip sysfont.h rockbox-info.txt voicefontids \
102 *.wav *.mp3 *.voice max_language_size.h $(CLEANOBJS) \ 102 *.wav *.mp3 *.voice max_language_size.h $(CLEANOBJS) \
103 $(LINKRAM) $(LINKROM) rockbox.elf rockbox.map rockbox.bin \ 103 $(LINKRAM) $(LINKROM) rockbox.elf rockbox.map rockbox.bin \
104 make.dep rombox.elf rombox.map rombox.bin rombox.ucl \ 104 make.dep rombox.elf rombox.map rombox.bin rombox.ucl romstart.txt \
105 $(BINARY) $(FLASHFILE) uisimulator bootloader flash $(BOOTLINK) 105 $(BINARY) $(FLASHFILE) uisimulator bootloader flash $(BOOTLINK)
106 106
107#### linking the binaries: #### 107#### linking the binaries: ####