mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-14 15:42:28 -05:00
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:
parent
1272c8a696
commit
f16c1f341a
16 changed files with 17 additions and 17 deletions
|
|
@ -15,7 +15,7 @@ ifdef APPEXTRA
|
|||
endif
|
||||
|
||||
MUSEPACKOPTS = -O2
|
||||
CFLAGS = $(GCCOPTS) $(MUSEPACKOPTS) $(INCLUDES) $(TARGET) $(EXTRA_DEFINES) \
|
||||
CFLAGS = $(INCLUDES) $(GCCOPTS) $(MUSEPACKOPTS) $(TARGET) $(EXTRA_DEFINES) \
|
||||
-DMEM=${MEMORYSIZE} $(PROFILE_OPTS)
|
||||
|
||||
# This sets up 'SRC' based on the files mentioned in SOURCES
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue