X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=plugins%2Fgpu-gles%2FMakefile;h=8a3f244ef388fd466f92e2e3eb3a3f00c241129c;hp=11101515f7109ee13477fc2fd53d9797274ef426;hb=ad38f92fe406f2f0c9008e5a85d7e02a6410f9e5;hpb=297b3d633ad25797a4f355c57964b7ce3aee6936 diff --git a/plugins/gpu-gles/Makefile b/plugins/gpu-gles/Makefile index 11101515..8a3f244e 100644 --- a/plugins/gpu-gles/Makefile +++ b/plugins/gpu-gles/Makefile @@ -15,7 +15,7 @@ endif CFLAGS += -mcpu=cortex-a8 -mtune=cortex-a8 # note: the below causes strange bugs/crashes #CFLAGS += -mfloat-abi=softfp -CFLAGS += -DMAEMO_CHANGES # -DUSE_X11 +#CFLAGS += -DUSE_X11 CFLAGS += -I$(PREFIX)include TARGET = gpuGLES.so @@ -24,6 +24,8 @@ LIB = -L$(PREFIX)lib -lGLES_CM -lX11 -lXau -lXdmcp OBJ = gpuDraw.o gpuFps.o gpuPlugin.o gpuPrim.o gpuTexture.o +-include Makefile.local + all: $(TARGET) $(TARGET): $(OBJ)