add Pete's null SPU plugin
[pcsx_rearmed.git] / Makefile
index 37d1311..88972b6 100644 (file)
--- 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)