From: notaz Date: Wed, 20 Feb 2008 21:35:19 +0000 (+0000) Subject: svp compiler direct calls X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=841644af9815f3659505e8dade8063eda2dbca73;p=libpicofe.git svp compiler direct calls git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@360 be3aeb3a-fb24-0410-a615-afba39da0efa --- diff --git a/gp2x/Makefile b/gp2x/Makefile index 1bb9204..8145ecd 100644 --- a/gp2x/Makefile +++ b/gp2x/Makefile @@ -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