forked from len0rd/rockbox
Added TARGET to CFLAGS
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@132 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
361083150f
commit
e3e4b73e81
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ TARGET = -DARCHOS_PLAYER=1
|
||||||
#TARGET = -DARCHOS_PLAYER_OLD=1
|
#TARGET = -DARCHOS_PLAYER_OLD=1
|
||||||
#TARGET = -DARCHOS_RECORDER=1
|
#TARGET = -DARCHOS_RECORDER=1
|
||||||
|
|
||||||
CFLAGS = -Os -Wall -m1 -nostdlib -Wstrict-prototypes -fomit-frame-pointer -fschedule-insns $(INCLUDES)
|
CFLAGS = -Os -Wall -m1 -nostdlib -Wstrict-prototypes -fomit-frame-pointer -fschedule-insns $(INCLUDES) $(TARGET)
|
||||||
AFLAGS += -small -relax
|
AFLAGS += -small -relax
|
||||||
|
|
||||||
SRC := $(wildcard *.c)
|
SRC := $(wildcard *.c)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue