X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=Makefile;h=5e7ffbca37a2b93ff4cf86f693961ebec1b1cfe5;hp=f65e9aeed8c2f22c0339d6b67934a860dad2d2fa;hb=08cfd5e5b3027af766dab3916747c0fc9ae47d7d;hpb=cfbd3c6ee21bde6e848eafb3b7994db626b70b72 diff --git a/Makefile b/Makefile index f65e9aee..5e7ffbca 100644 --- a/Makefile +++ b/Makefile @@ -44,8 +44,8 @@ CFLAGS += -DDRC_DBG endif # spu -OBJS += plugins/dfsound/adsr.o plugins/dfsound/dma.o plugins/dfsound/reverb.o plugins/dfsound/xa.o \ - plugins/dfsound/freeze.o plugins/dfsound/cfg.o plugins/dfsound/registers.o plugins/dfsound/spu.o +OBJS += plugins/dfsound/dma.o plugins/dfsound/freeze.o \ + plugins/dfsound/registers.o plugins/dfsound/spu.o ifeq "$(USE_OSS)" "1" plugins/dfsound/%.o: CFLAGS += -DUSEOSS OBJS += plugins/dfsound/oss.o