X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=a7d61d9d5670321ce9f5de12a009666232634753;hb=a2d91a5d28651b7cfa6d411208da5f86bc168dfe;hp=2e67178d78de302d8dff509a183b1b950df75bfe;hpb=a1b44e3650691750cff4bf1c5bc04a36c3e8066d;p=pcsx_rearmed.git 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