X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=gp2x%2FMakefile;h=7b827b5639cf0d4da90b447943d56f3e0ecf200d;hb=6bca8b11d8a114d7344080e9baac243a8ce0b5ee;hp=8a061cb78219af78d171b6afed34382afdee7e7f;hpb=81bfc1c5dc85f118ba037c671b0d04ec8f458711;p=libpicofe.git diff --git a/gp2x/Makefile b/gp2x/Makefile index 8a061cb..7b827b5 100644 --- a/gp2x/Makefile +++ b/gp2x/Makefile @@ -102,7 +102,7 @@ OBJS += cpu/musashi/m68kops.o cpu/musashi/m68kcpu.o endif ifeq "$(use_cyclone)" "1" DEFINC += -DEMU_C68K -OBJS += cpu/Cyclone/proj/Cyclone.o cpu/Cyclone/tools/idle.o +OBJS += pico/m68kif_cyclone.o cpu/Cyclone/proj/Cyclone.o cpu/Cyclone/tools/idle.o endif ifeq "$(mz80)" "1" DEFINC += -D_USE_MZ80