X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=Makefile.gp2x;h=95398d6d7d6222a826c2637d8dc37d95e71451da;hp=db001452902fd73b8889c35df40c556ec0a7d831;hb=68eb34ef8b43287bd29b1d7074536189c56e2e32;hpb=aa2dba92740d5aeab520ed493df9188505a4c3d7 diff --git a/Makefile.gp2x b/Makefile.gp2x index db00145..95398d6 100644 --- a/Makefile.gp2x +++ b/Makefile.gp2x @@ -42,6 +42,7 @@ OBJDRIVER += x6502.o endif x6502.o: x6502.c x6502.h ops.h fce.h sound.h + ncpu.o: ncpu.S ncpu.h $(CC) $(TFLAGS) -c $< -o $@