X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=plugins%2Fgpulib%2FMakefile;h=cff61410b451eec3396fa248af502aecda606506;hp=4a45aa218ac2545ac28483c0e9eaf1db860b5827;hb=92a5fe88a86f0a25c3bbc74f80b67b16e18608e7;hpb=dd4d5a35678c8ff7f9a7c0ac42be354671534f96 diff --git a/plugins/gpulib/Makefile b/plugins/gpulib/Makefile index 4a45aa21..cff61410 100644 --- a/plugins/gpulib/Makefile +++ b/plugins/gpulib/Makefile @@ -16,11 +16,6 @@ else OBJS += vout_pl.o EXT = $(ARCH).a endif -ifeq "$(HAVE_NEON)" "1" -OBJS += cspace_neon.o -else -OBJS += cspace.o -endif CFLAGS += $(PLUGIN_CFLAGS) # need to compile to another dir, same files are compiled