summaryrefslogtreecommitdiff
path: root/tools/root.make
diff options
context:
space:
mode:
Diffstat (limited to 'tools/root.make')
-rw-r--r--tools/root.make6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/root.make b/tools/root.make
index af098c0610..9dc2937439 100644
--- a/tools/root.make
+++ b/tools/root.make
@@ -13,7 +13,7 @@ DEFINES = -DROCKBOX -DMEMORYSIZE=$(MEMORYSIZE) -DMEM=$(MEMORYSIZE) $(TARGET) \
13 -DTARGET_ID=$(TARGET_ID) -DTARGET_NAME=\"$(MODELNAME)\" \ 13 -DTARGET_ID=$(TARGET_ID) -DTARGET_NAME=\"$(MODELNAME)\" \
14 -DAPPSVERSION=\"$(VERSION)\" $(BUILDDATE) \ 14 -DAPPSVERSION=\"$(VERSION)\" $(BUILDDATE) \
15 $(EXTRA_DEFINES) # <-- -DSIMULATOR or not 15 $(EXTRA_DEFINES) # <-- -DSIMULATOR or not
16INCLUDES = -I$(BUILDDIR) $(TARGET_INC) 16INCLUDES = -I$(BUILDDIR) -I$(BUILDDIR)/lang $(TARGET_INC)
17 17
18CFLAGS = $(INCLUDES) $(DEFINES) $(GCCOPTS) 18CFLAGS = $(INCLUDES) $(DEFINES) $(GCCOPTS)
19PPCFLAGS = $(filter-out -Dmain=SDL_main,$(CFLAGS)) # cygwin sdl-config fix 19PPCFLAGS = $(filter-out -Dmain=SDL_main,$(CFLAGS)) # cygwin sdl-config fix
@@ -97,11 +97,11 @@ veryclean: clean
97clean: 97clean:
98 $(SILENT)echo Cleaning build directory 98 $(SILENT)echo Cleaning build directory
99 $(SILENT)rm -rf rockbox.zip rockbox.7z rockbox.tar rockbox.tar.gz \ 99 $(SILENT)rm -rf rockbox.zip rockbox.7z rockbox.tar rockbox.tar.gz \
100 rockbox.tar.bz2 TAGS apps firmware comsim sim lang.[ch] \ 100 rockbox.tar.bz2 TAGS apps firmware comsim sim lang \
101 manual *.pdf *.a credits.raw rockbox.ipod bitmaps \ 101 manual *.pdf *.a credits.raw rockbox.ipod bitmaps \
102 pluginbitmaps UI256.bmp rockbox-full.zip html txt \ 102 pluginbitmaps UI256.bmp rockbox-full.zip html txt \
103 rockbox-manual*.zip sysfont.h rockbox-info.txt voicefontids \ 103 rockbox-manual*.zip sysfont.h rockbox-info.txt voicefontids \
104 *.wav *.mp3 *.voice max_language_size.h $(CLEANOBJS) \ 104 *.wav *.mp3 *.voice $(CLEANOBJS) \
105 $(LINKRAM) $(LINKROM) rockbox.elf rockbox.map rockbox.bin \ 105 $(LINKRAM) $(LINKROM) rockbox.elf rockbox.map rockbox.bin \
106 make.dep rombox.elf rombox.map rombox.bin rombox.ucl romstart.txt \ 106 make.dep rombox.elf rombox.map rombox.bin rombox.ucl romstart.txt \
107 $(BINARY) $(FLASHFILE) uisimulator bootloader flash $(BOOTLINK) 107 $(BINARY) $(FLASHFILE) uisimulator bootloader flash $(BOOTLINK)