summaryrefslogtreecommitdiff
path: root/firmware/test/kernel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/test/kernel/Makefile')
-rw-r--r--firmware/test/kernel/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/test/kernel/Makefile b/firmware/test/kernel/Makefile
index f632b3f6de..0740f6809c 100644
--- a/firmware/test/kernel/Makefile
+++ b/firmware/test/kernel/Makefile
@@ -14,7 +14,8 @@ TARGET = -DARCHOS_PLAYER_OLD=1
14CFLAGS = -g -O -Wall -m1 -save-temps -nostdlib -Wstrict-prototypes -fomit-frame-pointer -fschedule-insns -fno-builtin $(INCLUDES) $(TARGET) 14CFLAGS = -g -O -Wall -m1 -save-temps -nostdlib -Wstrict-prototypes -fomit-frame-pointer -fschedule-insns -fno-builtin $(INCLUDES) $(TARGET)
15AFLAGS += -small -relax 15AFLAGS += -small -relax
16 16
17OBJS= ../../crt0.o ../../system.o main.o timer.o ../../thread.o ../../debug.o 17OBJS= ../../crt0.o ../../system.o main.o timer.o \
18 ../../thread.o ../../kernel.o ../../debug.o
18 19
19%.o: %.S 20%.o: %.S
20 $(CC) -o $@ $(CFLAGS) $(INCLUDES) $(DEFS) -c $< 21 $(CC) -o $@ $(CFLAGS) $(INCLUDES) $(DEFS) -c $<