From 0d464c772e9a22e02818c309b79f8cc724ebb891 Mon Sep 17 00:00:00 2001 From: notaz Date: Mon, 6 Dec 2010 01:30:37 +0200 Subject: add Pete's null SPU plugin --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') 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) -- cgit v1.2.3