From: notaz Date: Wed, 5 Mar 2008 21:56:30 +0000 (+0000) Subject: Makefile adjustment X-Git-Tag: v1.85~560 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=145650410c2a6a4b0277067e8237537bb57063af;p=picodrive.git Makefile adjustment git-svn-id: file:///home/notaz/opt/svn/PicoDrive@371 be3aeb3a-fb24-0410-a615-afba39da0efa --- diff --git a/platform/gp2x/Makefile b/platform/gp2x/Makefile index 8145ecd..e456f3e 100644 --- a/platform/gp2x/Makefile +++ b/platform/gp2x/Makefile @@ -74,8 +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 \ - ../../Pico/carthw/svp/compiler.o ../../Pico/carthw/svp/stub_arm.o +OBJS += ../../Pico/carthw/carthw.o ../../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" diff --git a/platform/linux/Makefile b/platform/linux/Makefile index 5075636..4957a50 100644 --- a/platform/linux/Makefile +++ b/platform/linux/Makefile @@ -96,6 +96,8 @@ PicoDrive : $(OBJS) ../common/helix/helix_mp3_x86.a mkdirs: mkdir -p $(DIRS) +Pico/carthw/svp/compiler.o : Pico/carthw/svp/ssp16.o ../../Pico/carthw/svp/gen_arm.c + ../../cpu/musashi/m68kops.c : @make -C ../../cpu/musashi