get some gp2x stuff out of the way for others
[picodrive.git] / Makefile
index 99ba7ec..e520669 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -204,6 +204,9 @@ tools/textfilter: tools/textfilter.c
 .s.o:
        $(CC) $(CFLAGS) -c $< -o $@
 
+.S.o:
+       $(CC) $(CFLAGS) -c $< -o $@
+
 # special flags - perhaps fix this someday instead?
 pico/draw.o: CFLAGS += -fno-strict-aliasing
 pico/draw2.o: CFLAGS += -fno-strict-aliasing