diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2002-04-16 14:04:34 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2002-04-16 14:04:34 +0000 |
| commit | cb0849cd053c06be08bc56feaaea3f9d1b572a44 (patch) | |
| tree | 7572f00e8a3df808cf3a64768533425965ea700d | |
| parent | 439b187d42f1ffa21dfb20491053b3fdd21179ec (diff) | |
| download | rockbox-cb0849cd053c06be08bc56feaaea3f9d1b572a44.zip rockbox-cb0849cd053c06be08bc56feaaea3f9d1b572a44.tar.gz rockbox-cb0849cd053c06be08bc56feaaea3f9d1b572a44.tar.bz2 rockbox-cb0849cd053c06be08bc56feaaea3f9d1b572a44.tar.xz | |
simple "target selection" template added
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@104 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | firmware/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/Makefile b/firmware/Makefile index 9b38303..ca42682 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -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 |