summaryrefslogtreecommitdiff
path: root/firmware/test/kernel/Makefile
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2002-05-05 18:36:13 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2002-05-05 18:36:13 +0000
commitac20ed5537371dedd25057090ab6fd54af474925 (patch)
tree75b8af7e51529d4ae09d1e3b06112194eb218123 /firmware/test/kernel/Makefile
parent70109b9fd28c650cd71f893b2723234d99f908ad (diff)
downloadrockbox-ac20ed5537371dedd25057090ab6fd54af474925.tar.gz
rockbox-ac20ed5537371dedd25057090ab6fd54af474925.zip
Testing tick functions
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@451 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/test/kernel/Makefile')
-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 659fdad159..2a9ef0f71b 100644
--- a/firmware/test/kernel/Makefile
+++ b/firmware/test/kernel/Makefile
@@ -14,7 +14,7 @@ TARGET = -DARCHOS_PLAYER_OLD=1
14CFLAGS = -g -O -Wall -m1 -save-temps -nostdlib -Wstrict-prototypes -fomit-frame-pointer -fschedule-insns -fno-builtin $(INCLUDES) $(TARGET) -DDEBUG 14CFLAGS = -g -O -Wall -m1 -save-temps -nostdlib -Wstrict-prototypes -fomit-frame-pointer -fschedule-insns -fno-builtin $(INCLUDES) $(TARGET) -DDEBUG
15AFLAGS += -small -relax 15AFLAGS += -small -relax
16 16
17OBJS= ../../crt0.o ../../system.o main.o timer.o \ 17OBJS= ../../crt0.o ../../system.o main.o ../../panic.o ../../drivers/lcd.o \
18 ../../thread.o ../../kernel.o ../../drivers/led.o \ 18 ../../thread.o ../../kernel.o ../../drivers/led.o \
19 ../../debug.o ../../common/sprintf.o 19 ../../debug.o ../../common/sprintf.o
20 20