From 415178c86f7a48445783f8db1c140d2f11cdfc9a Mon Sep 17 00:00:00 2001 From: notaz Date: Sun, 17 Feb 2008 22:53:20 +0000 Subject: [PATCH] svp: some ARM code translation, as calls, broken git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@358 be3aeb3a-fb24-0410-a615-afba39da0efa --- gp2x/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gp2x/Makefile b/gp2x/Makefile index 5121d90..1bb9204 100644 --- a/gp2x/Makefile +++ b/gp2x/Makefile @@ -74,7 +74,8 @@ OBJS += ../../Pico/cd/Pico.o ../../Pico/cd/Memory.o ../../Pico/cd/Sek.o ../../Pi ../../Pico/cd/Area.o ../../Pico/cd/Misc.o ../../Pico/cd/pcm.o ../../Pico/cd/buffering.o endif # Pico - carthw -OBJS += ../../Pico/carthw/svp/svp.o ../../Pico/carthw/svp/Memory.o ../../Pico/carthw/svp/ssp16.o +OBJS += ../../Pico/carthw/svp/svp.o ../../Pico/carthw/svp/Memory.o ../../Pico/carthw/svp/ssp16.o \ + ../../Pico/carthw/svp/compiler.o ../../Pico/carthw/svp/stub_arm.o # asm stuff ifeq "$(asm_render)" "1" @@ -159,6 +160,8 @@ up: PicoDrive.gpe @echo ">>>" $< $(GCC) $(COPT) $(DEFINC) -c $< -o $@ +../../Pico/carthw/svp/compiler.o : ../../Pico/carthw/svp/ssp16.o ../../Pico/carthw/svp/gen_arm.c + ../../Pico/draw_asm.o : ../../Pico/Draw.s @echo ">>>" $< $(AS) $(ASOPT) $< -o $@ -- 2.39.2