X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=Makefile.gp2x;h=4af881d4fbbc7166bc84c2d75dcd3973f99c4e15;hp=40d3c4fbe38194d618a289258540838a5aa2edf6;hb=e6ee752982da44a60a9a6b5916d7642ba2dd8b9e;hpb=971a1d07d2f5b5a6f991ed5712275c04b933734f diff --git a/Makefile.gp2x b/Makefile.gp2x index 40d3c4f..4af881d 100644 --- a/Makefile.gp2x +++ b/Makefile.gp2x @@ -29,9 +29,9 @@ gpfce.gpe: fceu 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}lnx-joystick.o ${B}usbjoy.o ${B}menu.o ${B}fonts.o \ + ${B}unix-netplay.o ${B}gp2x-sound.o ${B}gp2x-video.o ${B}usbjoy.o ${B}menu.o ${B}fonts.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 +LDRIVER += -lm -lz -static -Wl,-Map=fceu.map ifeq ($(asm_6502),1) TFLAGS += -DASM_6502 @@ -72,7 +72,7 @@ ${B}rev.h: FORCE include Makefile.common up: fceu - cp -v fceu /mnt/gp2x/mnt/sd/emus/Gpfce_v02/gpfce + cp -v fceu /mnt/gp2x/mnt/sd/emus/gpfce/gpfce # ----------- release ----------- ifneq ($(findstring rel,$(MAKECMDGOALS)),)