summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: ####