X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=plugins%2Fgpu-gles%2FMakefile;h=894daec560a5b0efdc0c8af6ae74bbd6e7ddd2d4;hb=aafcb4ddc257478d613611adcae7cb13fd716577;hp=06552ed339e2d0aaba6476b564888ba8d814b66c;hpb=bb88ec28db0535102b70a7c18ef095cb904e3c6c;p=pcsx_rearmed.git diff --git a/plugins/gpu-gles/Makefile b/plugins/gpu-gles/Makefile index 06552ed3..894daec5 100644 --- a/plugins/gpu-gles/Makefile +++ b/plugins/gpu-gles/Makefile @@ -1,9 +1,7 @@ -CC = $(CROSS_COMPILE)gcc - -ARCH = $(shell $(CC) -v 2>&1 | grep -i 'target:' | awk '{print $$2}' | awk -F '-' '{print $$1}') - CFLAGS += -ggdb -fPIC -O2 # -Wall +include ../../config.mak + SRC_STANDALONE += gpuDraw.c gpuFps.c gpuPlugin.c gpuPrim.c gpuTexture.c SRC_GPULIB += gpulib_if.c