X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fgp2x%2FMakefile;h=e456f3e80555879e02565ca29cf55d204b2f153c;hb=fad248933b6676d30ccf419858b4ee10cc123fc5;hp=1bb9204b0f2227f7de26c383e2a4127e38a23935;hpb=5c129565f0646a1ac7f9c57fd3425f3246aecb84;p=picodrive.git diff --git a/platform/gp2x/Makefile b/platform/gp2x/Makefile index 1bb9204..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" @@ -159,6 +159,9 @@ up: PicoDrive.gpe .s.o: @echo ">>>" $< $(GCC) $(COPT) $(DEFINC) -c $< -o $@ +.S.o: + @echo ">>>" $< + $(GCC) $(COPT) $(DEFINC) -c $< -o $@ ../../Pico/carthw/svp/compiler.o : ../../Pico/carthw/svp/ssp16.o ../../Pico/carthw/svp/gen_arm.c