X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=e520669730e1da03c41575269fffd647aaf5b6df;hb=006e9addecd09bc7e74634dfc6c6c215d7b92598;hp=ca8ccf6e29a50384897feb8ede3915f56604df0e;hpb=4a7781cd376dce2640a12e707fe7b9ea7fde8681;p=picodrive.git diff --git a/Makefile b/Makefile index ca8ccf6..e520669 100644 --- a/Makefile +++ b/Makefile @@ -55,7 +55,6 @@ asm_memory ?= 1 asm_render ?= 1 asm_ym2612 ?= 1 asm_misc ?= 1 -asm_cdpico ?= 1 asm_cdmemory ?= 1 asm_mix ?= 1 else # if not arm @@ -67,7 +66,6 @@ endif ifneq "$(use_cyclone)" "1" # due to CPU stop flag access -asm_cdpico = 0 asm_cdmemory = 0 endif @@ -206,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