aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authornotaz2010-12-06 01:30:37 +0200
committernotaz2010-12-06 01:40:04 +0200
commit0d464c772e9a22e02818c309b79f8cc724ebb891 (patch)
treefacd596415810b74bd96e1d433139099baa54cbd /Makefile
parent507aaf98de47ca11c52ced9957d4f190aff71777 (diff)
downloadpcsx_rearmed-0d464c772e9a22e02818c309b79f8cc724ebb891.tar.gz
pcsx_rearmed-0d464c772e9a22e02818c309b79f8cc724ebb891.tar.bz2
pcsx_rearmed-0d464c772e9a22e02818c309b79f8cc724ebb891.zip
add Pete's null SPU plugin
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 37d1311..88972b6 100644
--- a/Makefile
+++ b/Makefile
@@ -56,6 +56,9 @@ OBJS += frontend/linux/fbdev.o
$(TARGET): $(OBJS)
$(CC) -o $@ $^ $(LDFLAGS) -Wl,-Map=$@.map
+spunull.so: plugins/spunull/spunull.c
+ $(CC) $(CFLAGS) -shared -fPIC -o $@ $^
+
clean:
$(RM) $(TARGET) $(OBJS)