forked from len0rd/rockbox
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
|
AS = as
|
||||||
OC = objcopy
|
OC = objcopy
|
||||||
scramble = scramble-win32
|
scramble = scramble-win32
|
||||||
|
DEFINES = -DCRT_DISPLAY
|
||||||
INCLUDES=-I. -Icommon -Idrivers
|
INCLUDES=-I. -Icommon -Idrivers
|
||||||
TARGET_OPTIONS =
|
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
|
AFLAGS += -small -relax
|
||||||
|
|
||||||
SRC := playlist.c settings.c panic.c disk.c debug.c harness.c
|
SRC := playlist.c settings.c panic.c disk.c debug.c harness.c
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue