summaryrefslogtreecommitdiff
path: root/firmware/test
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/test')
-rw-r--r--firmware/test/kernel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/test/kernel/Makefile b/firmware/test/kernel/Makefile
index 9c3803aa04..5a91b2dfea 100644
--- a/firmware/test/kernel/Makefile
+++ b/firmware/test/kernel/Makefile
@@ -6,7 +6,7 @@ OC = sh-elf-objcopy
6 6
7INCLUDES=-I../../ 7INCLUDES=-I../../
8 8
9CFLAGS = -g -O -finline-functions -Wall -m1 -save-temps -nostdlib -Wstrict-prototypes -fomit-frame-pointer -fschedule-insns -fno-builtin $(INCLUDES) 9CFLAGS = -g -O -Wall -m1 -save-temps -nostdlib -Wstrict-prototypes -fomit-frame-pointer -fschedule-insns -fno-builtin $(INCLUDES)
10AFLAGS += -small -relax 10AFLAGS += -small -relax
11 11
12OBJS= crt0.o main.o ../../thread.o ../../debug.o 12OBJS= crt0.o main.o ../../thread.o ../../debug.o