X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=plugins%2Fgpu_unai%2FMakefile;fp=plugins%2Fgpu_unai%2FMakefile;h=cf2e5d2577c295a6a6cd140918e633bc1cac14fb;hp=57a0371182faecdb062c52c6f4e8fd768f4b033b;hb=4132e8ca13b6395f8a9ef7ec7d01cbdcc19c037d;hpb=4a35de071887026bb6dcd6b852738a1866959df7 diff --git a/plugins/gpu_unai/Makefile b/plugins/gpu_unai/Makefile index 57a03711..cf2e5d25 100644 --- a/plugins/gpu_unai/Makefile +++ b/plugins/gpu_unai/Makefile @@ -1,9 +1,7 @@ -CC = $(CROSS_COMPILE)g++ - -ARCH = $(shell $(CC) -v 2>&1 | grep -i 'target:' | awk '{print $$2}' | awk -F '-' '{print $$1}') - -CFLAGS += -DREARMED CFLAGS += -ggdb -Wall -O3 -ffast-math +CFLAGS += -DREARMED + +include ../../config.mak SRC_STANDALONE += gpu.cpp SRC_GPULIB += gpulib_if.cpp