summaryrefslogtreecommitdiff
path: root/firmware/test/kernel/Makefile
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2002-04-25 00:15:04 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2002-04-25 00:15:04 +0000
commit7b9581a13148957842ab53e2b28bf0a663a48980 (patch)
tree04db80bcc15ccb36c50d6e368c5846ec65bcd4f0 /firmware/test/kernel/Makefile
parent99406a6635f91f5fc716cd0ca28e8364f7a97061 (diff)
downloadrockbox-7b9581a13148957842ab53e2b28bf0a663a48980.tar.gz
rockbox-7b9581a13148957842ab53e2b28bf0a663a48980.zip
Not yet working
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@220 a1c6a512-1295-4272-9138-f99709370657
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 $<