X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=platform%2Flinux%2FMakefile;h=747cc8351f5f8e57ae286871fa7660eaff399daf;hb=d4789c7cd6fb9d8e63084c16f9a595b27914bb4e;hp=bd612d6d891314d1e5dcebfb2bee2f19bb0186bd;hpb=bcd94522e8afb8d4b266f241adfd2e9aea111904;p=picodrive.git diff --git a/platform/linux/Makefile b/platform/linux/Makefile index bd612d6..747cc83 100644 --- a/platform/linux/Makefile +++ b/platform/linux/Makefile @@ -59,6 +59,7 @@ OBJS += unzip/unzip.o unzip/unzip_stream.o ifeq "$(use_musashi)" "1" DEFINES += EMU_M68K OBJS += cpu/musashi/m68kops.o cpu/musashi/m68kcpu.o +OBJS += cpu/musashi/m68kdasm.o endif ifeq "$(use_fame)" "1" DEFINES += EMU_F68K @@ -76,10 +77,8 @@ endif ifeq "$(use_fame)" "1" ifeq "$(use_musashi)" "1" OBJS += pico/debugCPU.o -OBJS += cpu/musashi/m68kdasm.o endif endif -OBJS += cpu/musashi/m68kdasm.o CFLAGS += $(addprefix -D,$(DEFINES))