X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=plugins%2Fgpu_unai%2FMakefile;h=1075ee522f248284424d54399e6405c943399f85;hp=57a0371182faecdb062c52c6f4e8fd768f4b033b;hb=de5a60c397c1ec31ed2a133230011fe241b2b953;hpb=f7be0e2b7adc4f6c4057f44f789bd7405844701c diff --git a/plugins/gpu_unai/Makefile b/plugins/gpu_unai/Makefile index 57a03711..1075ee52 100644 --- a/plugins/gpu_unai/Makefile +++ b/plugins/gpu_unai/Makefile @@ -1,9 +1,8 @@ -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 +CFLAGS += -I../../include + +include ../../config.mak SRC_STANDALONE += gpu.cpp SRC_GPULIB += gpulib_if.cpp @@ -12,6 +11,6 @@ ifeq "$(ARCH)" "arm" SRC += gpu_arm.s endif -BIN_STANDLALONE = gpuPCSX4ALL.so +#BIN_STANDALONE = gpuPCSX4ALL.so BIN_GPULIB = gpu_unai.so include ../gpulib/gpulib.mak