X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=ca7dc49d2f7b186f344a08d0c3ad1d47f1a498b6;hb=8d998330d08dedb1d8f364c7714394da93c615ac;hp=30b246fdc0a7765a55cf60cf7bae9aed269dc8db;hpb=325ee167fd00e070f0e5ab6319880aa3ecbc3062;p=picodrive.git diff --git a/Makefile b/Makefile index 30b246f..ca7dc49 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,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 @@ -54,7 +53,6 @@ endif ifneq "$(use_cyclone)" "1" # due to CPU stop flag access -asm_cdpico = 0 asm_cdmemory = 0 endif @@ -202,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