X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=Makefile.gp2x;h=9742dc197ffeb2e0e0a5b311cc8128c13c2a0250;hp=fe002c1083dbe8300f2b59afb2ccc48f2f476429;hb=a384bf449483e62637ce05a60ff4b06730a19934;hpb=6244011fd85a10400accd6d8e7d941144f92aa5b diff --git a/Makefile.gp2x b/Makefile.gp2x index fe002c1..9742dc1 100644 --- a/Makefile.gp2x +++ b/Makefile.gp2x @@ -31,7 +31,7 @@ include zlib/Makefile OBJDRIVER = ${B}minimal.o ${B}cpuctrl.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}usbjoy.o ${B}menu.o ${B}fonts.o ${B}readpng.o \ drivers/common/cheat.o drivers/common/config.o drivers/common/args.o drivers/common/vidblit.o ${UNZIPOBJS} \ - ppu.o movie.o fceu098.o ppu098.o + ppu.o movie.o fceu098.o ppu098.o sound098.o filter098.o LDRIVER += -lm -lz -lpng -static -Wl,-Map=fceu.map ifeq ($(asm_6502),1)