get some gp2x stuff out of the way for others

This commit is contained in:
notaz 2017-08-06 23:22:53 +03:00
parent 34e424aa27
commit ae7830aae1
3 changed files with 7 additions and 1 deletions

View file

@ -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