summaryrefslogtreecommitdiff
path: root/Makefile.plugins
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2013-07-24 14:56:21 +0300
committerJohan Hedberg <johan.hedberg@intel.com>2013-07-24 15:44:52 -0700
commit089d112ffe4e1b366f7fe83b853f5c9bec1458a9 (patch)
treef91a6ccff084a3f23c2b9cd5f38c2f006d24913e /Makefile.plugins
parent84dc71d92b494ceffee81f4c571c675d40179950 (diff)
downloadbluez-089d112ffe4e1b366f7fe83b853f5c9bec1458a9.tar.gz
audio: Move AVRCP related code to its own plugin
This moves AVRCP related code to avrcp plugin and making it possible to disable by passing -P avrcp and increasing the modularity of the code.
Diffstat (limited to 'Makefile.plugins')
-rw-r--r--Makefile.plugins10
1 files changed, 6 insertions, 4 deletions
diff --git a/Makefile.plugins b/Makefile.plugins
index 7fd9e2d1f..0f07b1175 100644
--- a/Makefile.plugins
+++ b/Makefile.plugins
@@ -33,18 +33,20 @@ endif
builtin_modules += audio
builtin_sources += profiles/audio/main.c \
profiles/audio/manager.h profiles/audio/manager.c \
- profiles/audio/control.h profiles/audio/control.c \
- profiles/audio/avctp.h profiles/audio/avctp.c \
- profiles/audio/avrcp.h profiles/audio/avrcp.c \
profiles/audio/source.h profiles/audio/source.c \
profiles/audio/sink.h profiles/audio/sink.c \
profiles/audio/a2dp.h profiles/audio/a2dp.c \
profiles/audio/avdtp.h profiles/audio/avdtp.c \
profiles/audio/media.h profiles/audio/media.c \
profiles/audio/transport.h profiles/audio/transport.c \
- profiles/audio/player.h profiles/audio/player.c \
profiles/audio/a2dp-codecs.h
+builtin_modules += avrcp
+builtin_sources += profiles/audio/control.h profiles/audio/control.c \
+ profiles/audio/avctp.h profiles/audio/avctp.c \
+ profiles/audio/avrcp.h profiles/audio/avrcp.c \
+ profiles/audio/player.h profiles/audio/player.c
+
builtin_modules += network
builtin_sources += profiles/network/manager.c \
profiles/network/common.h profiles/network/common.c \