added -DCRT_DISPLAY
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@348 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0b9953ebca
commit
335ae5578a
1 changed files with 2 additions and 2 deletions
|
@ -18,10 +18,10 @@ AR = ar
|
|||
AS = as
|
||||
OC = objcopy
|
||||
scramble = scramble-win32
|
||||
|
||||
DEFINES = -DCRT_DISPLAY
|
||||
INCLUDES=-I. -Icommon -Idrivers
|
||||
TARGET_OPTIONS =
|
||||
CFLAGS = -Os -Wall ${TARGET_OPTIONS} -nostdlib -Wstrict-prototypes -fomit-frame-pointer -fschedule-insns $(INCLUDES) $(TARGET)
|
||||
CFLAGS = -Os -Wall ${TARGET_OPTIONS} -nostdlib -Wstrict-prototypes -fomit-frame-pointer -fschedule-insns $(INCLUDES) $(DEFINES) $(TARGET)
|
||||
AFLAGS += -small -relax
|
||||
|
||||
SRC := playlist.c settings.c panic.c disk.c debug.c harness.c
|
||||
|
|
Loading…
Reference in a new issue