X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=gp2x%2FMakefile;h=07f99924c5bc6a6764ce5d66a8c6ebb024c88aa6;hb=79cad122559536a7831b121c5ec798847102d0de;hp=b045c2d94735d7a32eaa39cf1d3559a3bdb1e723;hpb=d032c15a906f1d54f49648847b996ce5ed4362e6;p=libpicofe.git diff --git a/gp2x/Makefile b/gp2x/Makefile index b045c2d..07f9992 100644 --- a/gp2x/Makefile +++ b/gp2x/Makefile @@ -84,7 +84,8 @@ OBJS += mp3.o # CPU cores ifeq "$(use_musashi)" "1" DEFINC += -DEMU_M68K -OBJS += _build\m68kcpu.o _build\m68kopac.o _build\m68kopdm.o _build\m68kopnz.o _build\m68kops.o +OBJS += ../../cpu/musashi/m68kcpu.o ../../cpu/musashi/m68kopac.o ../../cpu/musashi/m68kopdm.o +OBJS += ../../cpu/musashi/m68kopnz.o ../../cpu/musashi/m68kops.o else DEFINC += -DEMU_C68K OBJS += ../../cpu/Cyclone/proj/Cyclone.o