summaryrefslogtreecommitdiff
path: root/Makefile.plugins
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2020-08-04 17:09:27 -0700
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2022-08-29 12:43:03 -0700
commit47ba235f5a6ff9173727311adefab45609fc2ad8 (patch)
tree61b72cc80df2575e68288ce279e896ff8c932861 /Makefile.plugins
parentb798cec4ca623095c57fcba73148fb955db3b096 (diff)
downloadbluez-47ba235f5a6ff9173727311adefab45609fc2ad8.tar.gz
profiles: Add initial code for bap plugin
This adds initial code for bap plugin which handles Basic Audio Profile, Publish Audio Capabilities Service and Audio Stream Control Service.
Diffstat (limited to 'Makefile.plugins')
-rw-r--r--Makefile.plugins5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.plugins b/Makefile.plugins
index 7693c767f..213ed99ed 100644
--- a/Makefile.plugins
+++ b/Makefile.plugins
@@ -116,3 +116,8 @@ plugins_sixaxis_la_LDFLAGS = $(AM_LDFLAGS) -module -avoid-version
plugins_sixaxis_la_LIBADD = $(UDEV_LIBS)
plugins_sixaxis_la_CFLAGS = $(AM_CFLAGS) -fvisibility=hidden
endif
+
+if BAP
+builtin_modules += bap
+builtin_sources += profiles/audio/bap.c
+endif