X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fgp2x%2FMakefile;h=d9c40bb3d8176b0216e6571bfdb6adadc549d0d7;hb=aae35e84da8631de2c0e0faec578bc7f187c3b62;hp=377ea112274a6a49c8e12ee67f0a5c2230769ea2;hpb=2270612aa7ee7d04549e95c2ab4d72f6aa67fa8d;p=picodrive.git diff --git a/platform/gp2x/Makefile b/platform/gp2x/Makefile index 377ea11..d9c40bb 100644 --- a/platform/gp2x/Makefile +++ b/platform/gp2x/Makefile @@ -6,7 +6,7 @@ CROSS = arm-linux- # settings #mz80 = 1 -debug_cyclone = 0 +#debug_cyclone = 1 asm_memory = 1 asm_render = 1 asm_ym2612 = 1 @@ -180,7 +180,7 @@ testrefr.gpe : test.o gp2x.o asmutils.o # build Cyclone ../../cpu/Cyclone/proj/Cyclone.s : @echo building Cyclone... - @make -C ../../cpu/Cyclone/proj + @make -C ../../cpu/Cyclone/proj CONFIG_FILE=config_pico.h ../../cpu/musashi/m68kops.c : @make -C ../../cpu/musashi