From 089d112ffe4e1b366f7fe83b853f5c9bec1458a9 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Wed, 24 Jul 2013 14:56:21 +0300 Subject: 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. --- Makefile.plugins | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'Makefile.plugins') 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 \ -- cgit v1.2.1