X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Flinux%2FMakefile;h=015da6eed1f9ea132d46186c81388ca3806e580d;hb=e5503e2f4fe1c7ccc46c493a1596fb0e416f678e;hp=880c27dcfa2e5a4e55011625006fdc39c8343c14;hpb=a5ccbfbaf07e1d91c71b08485a1bd3ee8a06128f;p=picodrive.git diff --git a/platform/linux/Makefile b/platform/linux/Makefile index 880c27d..015da6e 100644 --- a/platform/linux/Makefile +++ b/platform/linux/Makefile @@ -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 $@