X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=Makefile;h=f636c162bdb83908147ffd46c58957bcb6b96cd0;hp=22f6652c68bf71a7df1ba34122e7a4bb98ca46a1;hb=88d6397dd897815ccac8091bf7921f05ffa0b88e;hpb=faf2b2aae80c811f778f7cfa9a320dd7ade01dac diff --git a/Makefile b/Makefile index 22f6652c..f636c162 100644 --- a/Makefile +++ b/Makefile @@ -81,7 +81,7 @@ OBJS += plugins/dfsound/dma.o plugins/dfsound/freeze.o \ plugins/dfsound/registers.o plugins/dfsound/spu.o plugins/dfsound/spu.o: plugins/dfsound/adsr.c plugins/dfsound/reverb.c \ plugins/dfsound/xa.c -ifeq "$(HAVE_NEON)" "1" +ifeq "$(ARCH)" "arm" OBJS += plugins/dfsound/arm_utils.o endif ifeq "$(USE_OSS)" "1"