X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=platform%2Flinux%2FMakefile;h=015da6eed1f9ea132d46186c81388ca3806e580d;hb=e5503e2f4fe1c7ccc46c493a1596fb0e416f678e;hp=3380ae9ab1f1b2be77c3686e76003694770b2a28;hpb=e5f426aa2e86d56357b8af2795e73cc0c9b17e8f;p=picodrive.git diff --git a/platform/linux/Makefile b/platform/linux/Makefile index 3380ae9..015da6e 100644 --- a/platform/linux/Makefile +++ b/platform/linux/Makefile @@ -4,7 +4,7 @@ dprint = 1 # profile = 1 -DEFINC = -I../.. -I. -D__GP2X__ -D_UNZIP_SUPPORT # -DBENCHMARK +DEFINC = -I../.. -I. -D__GP2X__ -D_UNZIP_SUPPORT -DIO_STATS # -DBENCHMARK GCC = gcc STRIP = strip AS = gcc @@ -25,7 +25,7 @@ LDFLAGS += `pkg-config --libs gthread-2.0` # frontend OBJS += ../gp2x/main.o ../gp2x/menu.o ../gp2x/emu.o ../gp2x/usbjoy.o blit.o \ - gp2x.o 940ctl_ym2612.o + gp2x.o 940ctl_ym2612.o log_io.o # common OBJS += ../common/menu.o ../common/fonts.o ../common/readpng.o @@ -74,6 +74,9 @@ PicoDrive : $(OBJS) ../gp2x/helix/helix_mp3_x86.a @$(GCC) $(COPT) $^ $(LDFLAGS) -lm -lpng -Wl,-Map=PicoDrive.map -o $@ +../../cpu/musashi/m68kops.c : + @make -C ../../cpu/musashi + ../../cpu/mz80/mz80.o : ../../cpu/mz80/mz80.asm @echo $@ @nasm -f elf $< -o $@