X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=Makefile;h=c15f6ff2899c15eff619c06568bee0125430a496;hp=339fcd5e9beddf94bf276eb33368525365e14960;hb=09159d99cd07a084d8643f87c6c23e86c79060ff;hpb=3aba41853f8dc014ff61e05e8a2c616d89f88715 diff --git a/Makefile b/Makefile index 339fcd5e..c15f6ff2 100644 --- a/Makefile +++ b/Makefile @@ -83,6 +83,10 @@ plugins/dfsound/spu.o: plugins/dfsound/adsr.c plugins/dfsound/reverb.c \ ifeq "$(ARCH)" "arm" OBJS += plugins/dfsound/arm_utils.o endif +ifeq "$(HAVE_C64_TOOLS)" "1" +plugins/dfsound/spu.o: CFLAGS += -DC64X_DSP +plugins/dfsound/spu.o: plugins/dfsound/spu_c64x.c +endif ifneq ($(findstring oss,$(SOUND_DRIVERS)),) plugins/dfsound/out.o: CFLAGS += -DHAVE_OSS OBJS += plugins/dfsound/oss.o