aboutsummaryrefslogtreecommitdiff
path: root/Makefile.target
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.target')
-rw-r--r--Makefile.target3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.target b/Makefile.target
index 77b230119..7a51cd00f 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -535,6 +535,9 @@ endif
ifdef CONFIG_ESD
LIBS += -lesd
endif
+ifdef CONFIG_PA
+LIBS += -lpulse-simple
+endif
ifdef CONFIG_DSOUND
LIBS += -lole32 -ldxguid
endif