start mmap'ing vram, with hugetlb if possible
[pcsx_rearmed.git] / plugins / gpu_unai / Makefile
1 CFLAGS += -ggdb -Wall -O3 -ffast-math
2 CFLAGS += -DREARMED
3
4 include ../../config.mak
5
6 SRC_STANDALONE += gpu.cpp
7 SRC_GPULIB += gpulib_if.cpp
8
9 ifeq "$(ARCH)" "arm"
10 SRC += gpu_arm.s
11 endif
12
13 BIN_STANDLALONE = gpuPCSX4ALL.so
14 BIN_GPULIB = gpu_unai.so
15 include ../gpulib/gpulib.mak