X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=db145a5b529bee16bdd7c6928a06e7d9ca251083;hb=ee5f7e99360c3d5fc5efec31464a02967bad7bb8;hp=72896e058484ae374f0da544de6b6e88c93ca8a8;hpb=19886062f1a36f70b1f01d58f3fa1b79162defac;p=picodrive.git diff --git a/Makefile b/Makefile index 72896e0..db145a5 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,6 @@ TARGET ?= PicoDrive CFLAGS += -Wall -ggdb -falign-functions=2 CFLAGS += -I. -# FIXME -CFLAGS += -Iplatform/linux/ ifndef DEBUG CFLAGS += -O2 -DNDEBUG endif @@ -51,7 +49,7 @@ endif -include Makefile.local -ifeq "$(use_musashi)" "1" +ifneq "$(use_cyclone)" "1" # due to CPU stop flag access asm_cdpico = 0 asm_cdmemory = 0