X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=Makefile;h=a7d61d9d5670321ce9f5de12a009666232634753;hp=2e67178d78de302d8dff509a183b1b950df75bfe;hb=1b908f9e6e455d3eecf3b9a9236405c29764c0f8;hpb=a1b44e3650691750cff4bf1c5bc04a36c3e8066d diff --git a/Makefile b/Makefile index 2e67178d..a7d61d9d 100644 --- a/Makefile +++ b/Makefile @@ -99,10 +99,9 @@ endif # builtin gpu OBJS += plugins/gpulib/gpu.o plugins/gpulib/vout_pl.o +OBJS += plugins/gpulib/cspace.o ifeq "$(HAVE_NEON)" "1" OBJS += plugins/gpulib/cspace_neon.o -else -OBJS += plugins/gpulib/cspace.o endif ifeq "$(BUILTIN_GPU)" "neon" OBJS += plugins/gpu_neon/psx_gpu_if.o plugins/gpu_neon/psx_gpu/psx_gpu_arm_neon.o