summaryrefslogtreecommitdiff
path: root/firmware/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/Makefile')
-rw-r--r--firmware/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/Makefile b/firmware/Makefile
index ca42682d35..82bbb1e421 100644
--- a/firmware/Makefile
+++ b/firmware/Makefile
@@ -21,7 +21,7 @@ TARGET = -DARCHOS_PLAYER=1
21#TARGET = -DARCHOS_PLAYER_OLD=1 21#TARGET = -DARCHOS_PLAYER_OLD=1
22#TARGET = -DARCHOS_RECORDER=1 22#TARGET = -DARCHOS_RECORDER=1
23 23
24CFLAGS = -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) $(TARGET)
25AFLAGS += -small -relax 25AFLAGS += -small -relax
26 26
27SRC := $(wildcard *.c) 27SRC := $(wildcard *.c)