frontend: update libpicofe, fix missed callbacks
[pcsx_rearmed.git] / plugins / gpu_neon / Makefile
CommitLineData
c111e8f8 1CFLAGS += -ggdb -Wall -O2 -DNDEBUG
56f08d83 2
4132e8ca 3include ../../config.mak
7d993ee2 4
62d7fa95 5SRC += psx_gpu_if.c
b78edec7 6
5a920d32 7CFLAGS += -I../../include
62d7fa95 8CFLAGS += -DTEXTURE_CACHE_4BPP -DTEXTURE_CACHE_8BPP
49040d98 9CFLAGS += -DGPU_NEON -DNEON_BUILD
10ifeq "$(HAVE_NEON_ASM)" "1"
11SRC += psx_gpu/psx_gpu_arm_neon.S
b78edec7 12else
49040d98 13SRC += psx_gpu/psx_gpu_simd.c
14CFLAGS += -DSIMD_BUILD
b78edec7 15endif
6f2ee2be 16
62d7fa95 17BIN_GPULIB = gpu_neon.so
18include ../gpulib/gpulib.mak