summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
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