summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/Makefile5
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