1
0
Fork 0
forked from len0rd/rockbox

prevent rockbox from using the wrong includes

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8827 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Marcoen Hirschberg 2006-02-24 13:48:52 +00:00
parent 1272c8a696
commit f16c1f341a
16 changed files with 17 additions and 17 deletions

View file

@ -15,7 +15,7 @@ ifdef APPEXTRA
endif
M4AOPTS = -O3
CFLAGS = $(GCCOPTS) $(M4AOPTS) $(INCLUDES) $(TARGET) $(EXTRA_DEFINES) \
CFLAGS = $(INCLUDES) $(GCCOPTS) $(M4AOPTS) $(TARGET) $(EXTRA_DEFINES) \
-DMEM=${MEMORYSIZE} $(PROFILE_OPTS)
# This sets up 'SRC' based on the files mentioned in SOURCES