X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=Makefile.gp2x;h=8b1d55f2bf686b14b7a71a3225fb33d9f4f679c3;hp=95398d6d7d6222a826c2637d8dc37d95e71451da;hb=890e37ba2b8ea1c7593dc05926d7431e3bd00bfb;hpb=c92577a7feb5f17d4386ed0554e9626b456d4461 diff --git a/Makefile.gp2x b/Makefile.gp2x index 95398d6..8b1d55f 100644 --- a/Makefile.gp2x +++ b/Makefile.gp2x @@ -41,7 +41,7 @@ else OBJDRIVER += x6502.o endif -x6502.o: x6502.c x6502.h ops.h fce.h sound.h +x6502.o: x6502.c x6502.h ops.h fce.h sound.h dprintf.h ncpu.o: ncpu.S ncpu.h $(CC) $(TFLAGS) -c $< -o $@