simple "target selection" template added
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@104 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
439b187d42
commit
cb0849cd05
1 changed files with 5 additions and 0 deletions
|
@ -16,6 +16,11 @@ OC = $(HPATH)/sh-elf-objcopy
|
|||
|
||||
INCLUDES=-I.
|
||||
|
||||
# Pick a target to build for
|
||||
TARGET = -DARCHOS_PLAYER=1
|
||||
#TARGET = -DARCHOS_PLAYER_OLD=1
|
||||
#TARGET = -DARCHOS_RECORDER=1
|
||||
|
||||
CFLAGS = -Os -Wall -m1 -nostdlib -Wstrict-prototypes -fomit-frame-pointer -fschedule-insns $(INCLUDES)
|
||||
AFLAGS += -small -relax
|
||||
|
||||
|
|
Loading…
Reference in a new issue