broken movie support
[fceu.git] / Makefile.gp2x
index bca522a..d9868b3 100644 (file)
@@ -16,7 +16,7 @@ LDRIVER       += -O3 # -pg
 endif
 
 asm_6502=1
-debug_asm_6502=1
+#debug_asm_6502=1
 
 all:           fceu
 
@@ -27,7 +27,7 @@ include zlib/Makefile
 
 OBJDRIVER       = ${B}minimal.o ${B}squidgehack.o ${B}asmutils.o ${B}gp2x.o ${B}main.o ${B}throttle.o \
                ${B}unix-netplay.o ${B}gp2x-sound.o ${B}gp2x-video.o ${B}lnx-joystick.o \
-               drivers/common/cheat.o drivers/common/config.o drivers/common/args.o drivers/common/vidblit.o ${UNZIPOBJS} ppu.o
+               drivers/common/cheat.o drivers/common/config.o drivers/common/args.o drivers/common/vidblit.o ${UNZIPOBJS} ppu.o movie.o
 LDRIVER                += -L /mnt/sd/lib  -L/mnt/sd/gp2x/usr/lib -lm -lz -static -Wl,-Map=fceu.map
 
 ifeq ($(asm_6502),1)
@@ -43,7 +43,7 @@ endif
 
 x6502.o: x6502.c x6502.h ops.h fce.h sound.h
 ncpu.o: ncpu.S ncpu.h
-       $(CC) -c $< -o $@
+       $(CC) $(TFLAGS) -c $< -o $@
 
 include Makefile.base