X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=gp2x%2FMakefile;h=d9c40bb3d8176b0216e6571bfdb6adadc549d0d7;hb=0ae6813e481cdbb7a661b49dba612bd1c6670433;hp=377ea112274a6a49c8e12ee67f0a5c2230769ea2;hpb=e52fb441a4d2b47237726b2f93612ba124b39e5a;p=libpicofe.git diff --git a/gp2x/Makefile b/gp2x/Makefile index 377ea11..d9c40bb 100644 --- a/gp2x/Makefile +++ b/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