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