diff options
author | notaz | 2011-02-28 00:19:48 +0200 |
---|---|---|
committer | notaz | 2011-03-01 01:06:46 +0200 |
commit | 6d866bb7894b252fc430a24a97769511d5ead1ca (patch) | |
tree | 2f532afd0b4789995f5d96f0e405a774c1a11c8b /Makefile | |
parent | 009faf24e665b66283558234920faab03b781d6c (diff) | |
download | pcsx_rearmed-6d866bb7894b252fc430a24a97769511d5ead1ca.tar.gz pcsx_rearmed-6d866bb7894b252fc430a24a97769511d5ead1ca.tar.bz2 pcsx_rearmed-6d866bb7894b252fc430a24a97769511d5ead1ca.zip |
spu: compact chan structure a bit
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -52,7 +52,9 @@ endif # spu OBJS += plugins/dfsound/dma.o plugins/dfsound/freeze.o \ plugins/dfsound/registers.o plugins/dfsound/spu.o -plugins/dfsound/spu.o: plugins/dfsound/xa.c +plugins/dfsound/spu.o: plugins/dfsound/adsr.c plugins/dfsound/reverb.c \ + plugins/dfsound/xa.c +plugins/dfsound/%.o: CFLAGS += -Wall ifeq "$(USE_OSS)" "1" plugins/dfsound/%.o: CFLAGS += -DUSEOSS OBJS += plugins/dfsound/oss.o @@ -66,6 +68,8 @@ endif # gpu plugins/dfxvideo/%.o: CFLAGS += -Wall OBJS += plugins/dfxvideo/gpu.o +plugins/dfxvideo/gpu.o: plugins/dfxvideo/fps.c plugins/dfxvideo/prim.c \ + plugins/dfxvideo/gpu.c plugins/dfxvideo/soft.c ifdef X11 LDFLAGS += -lX11 -lXv OBJS += plugins/dfxvideo/draw.o |