X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=9f8b7772d7e18b3200d02bc381b8091e1398e84b;hp=b6f381cce3e043b3d33994ac4aae800452e6c38d;hb=d57557c0644f9294e30657f0c7cf673cf2914695;hpb=c82f907a99f7d0d3071471489d247f4b4394a8b7 diff --git a/Makefile b/Makefile index b6f381cc..9f8b7772 100644 --- a/Makefile +++ b/Makefile @@ -129,6 +129,10 @@ OBJS += plugins/dfinput/main.o plugins/dfinput/pad.o plugins/dfinput/guncon.o OBJS += frontend/cspace.o ifeq "$(HAVE_NEON)" "1" OBJS += frontend/cspace_neon.o +else +ifeq "$(ARCH)" "arm" +OBJS += frontend/cspace_arm.o +endif endif ifeq "$(PLATFORM)" "generic"