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/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/test/kernel/Makefile b/firmware/test/kernel/Makefile
index fdeb9b159b..9c3803aa04 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 = -O -Wall -m1 -save-temps -nostdlib -Wstrict-prototypes -fomit-frame-pointer -fschedule-insns -fno-builtin $(INCLUDES) 9CFLAGS = -g -O -finline-functions -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
@@ -36,7 +36,7 @@ dist:
36 tar czvf dist.tar.gz Makefile main.c start.s app.lds 36 tar czvf dist.tar.gz Makefile main.c start.s app.lds
37 37
38clean: 38clean:
39 -rm -f *.x *.i *.o *.elf *.bin *.map *.mod *.bak *~ 39 -rm -f $(OBJS) *.x *.i *.o *.elf *.bin *.map *.mod *.bak *~
40 40
41install: 41install:
42 mount /mnt/archos; cp archos.mod /mnt/archos; umount /mnt/archos 42 mount /mnt/archos; cp archos.mod /mnt/archos; umount /mnt/archos