summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-04-16 14:04:34 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-04-16 14:04:34 +0000
commitcb0849cd053c06be08bc56feaaea3f9d1b572a44 (patch)
tree7572f00e8a3df808cf3a64768533425965ea700d /firmware
parent439b187d42f1ffa21dfb20491053b3fdd21179ec (diff)
downloadrockbox-cb0849cd053c06be08bc56feaaea3f9d1b572a44.tar.gz
rockbox-cb0849cd053c06be08bc56feaaea3f9d1b572a44.zip
simple "target selection" template added
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@104 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r--firmware/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/Makefile b/firmware/Makefile
index 9b38303be4..ca42682d35 100644
--- a/firmware/Makefile
+++ b/firmware/Makefile
@@ -16,6 +16,11 @@ OC = $(HPATH)/sh-elf-objcopy
16 16
17INCLUDES=-I. 17INCLUDES=-I.
18 18
19# Pick a target to build for
20TARGET = -DARCHOS_PLAYER=1
21#TARGET = -DARCHOS_PLAYER_OLD=1
22#TARGET = -DARCHOS_RECORDER=1
23
19CFLAGS = -Os -Wall -m1 -nostdlib -Wstrict-prototypes -fomit-frame-pointer -fschedule-insns $(INCLUDES) 24CFLAGS = -Os -Wall -m1 -nostdlib -Wstrict-prototypes -fomit-frame-pointer -fschedule-insns $(INCLUDES)
20AFLAGS += -small -relax 25AFLAGS += -small -relax
21 26