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=c9099d020a1e523d97541f426f7d44da1392526f;hpb=a83762012066e4799394f63d08a161a45f982ab6 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