X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=Makefile.pandora;fp=Makefile.pandora;h=4364f1f7da9ee6812b762df760f1e36843d811bd;hp=ee9009907700e12167e6a14744a0baf89fe4d528;hb=88e59df3676d6f36fd52e30f32624f49c7b0a355;hpb=7127faf31b5f71f70480a2f4555f2134375b7744 diff --git a/Makefile.pandora b/Makefile.pandora index ee90099..4364f1f 100644 --- a/Makefile.pandora +++ b/Makefile.pandora @@ -4,6 +4,7 @@ AS = $(CROSS_COMPILE)as STRIP = $(CROSS_COMPILE)strip TFLAGS = -Winline -Izlib -DLSB_FIRST -DUNIX -DPSS_STYLE=1 -DHAVE_ASPRINTF -DZLIB -DFRAMESKIP -D_REENTRANT RM = rm -f +A = drivers/arm/ C = drivers/common/ L = drivers/libpicofe/ @@ -15,7 +16,7 @@ else TFLAGS += -O2 LDRIVER += -O2 endif -ASFLAGS += -mcpu=cortex-a8 +ASFLAGS += -mcpu=cortex-a8 -mfpu=neon NOSTRIP = 1 asm_6502=1 @@ -23,7 +24,8 @@ all: fceu include zlib/Makefile -OBJDRIVER = drivers/pandora/pandora.o drivers/arm/asmutils.o \ +OBJDRIVER = drivers/pandora/pandora.o \ + ${A}asmutils.o ${A}neon_scale2x.o ${A}neon_eagle2x.o \ ${L}fonts.o ${L}readpng.o ${L}input.o ${L}config_file.o \ ${L}linux/in_evdev.o ${L}linux/plat.o ${L}linux/sndout_oss.o \ ${L}linux/fbdev.o ${L}linux/xenv.o ${L}pandora/plat.o \