get some gp2x stuff out of the way for others
[picodrive.git] / Makefile
index ff8e032..ca7dc49 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -200,6 +200,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