X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=inline;f=Makefile;h=e6e3b2fcf92f7658f853971a414f6ae7e0d4dbd5;hb=12da51c27a8d1c1205d8f0f01bbc4814c46e79ce;hp=4df1162ba7ed3eead53b68c86a5820b9026917de;hpb=00faec9cdbc073199fa984a0450e1a961994b058;p=picodrive.git diff --git a/Makefile b/Makefile index 4df1162..e6e3b2f 100644 --- a/Makefile +++ b/Makefile @@ -1,13 +1,13 @@ TARGET ?= PicoDrive CFLAGS += -Wall -ggdb -falign-functions=2 CFLAGS += -I. -# FIXME -CFLAGS += -Iplatform/linux/ ifndef DEBUG CFLAGS += -O2 -DNDEBUG endif +#CFLAGS += -DEVT_LOG #CFLAGS += -DDRC_CMP -#drc_debug = 4 +#cpu_cmp = 1 +#drc_debug = 3 #profile = 1 @@ -50,7 +50,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