Bluetooth: Mesh: Move under subsys/bluetooth/mesh
We've already got GATT services in subsys/bluetooth/services so subsys/bluetooth/mesh is a more natural place. Aditionally this aims to fix the Kconfig dependencies to be able to use mesh together with BT_CUSTOM (i.e. a custom, potentially non-HCI, host stack). Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
parent
c7633de038
commit
408703e8dd
39 changed files with 8 additions and 9 deletions
|
@ -8,6 +8,7 @@ add_subdirectory(common)
|
|||
add_subdirectory_ifdef(CONFIG_BT_HCI host)
|
||||
add_subdirectory_ifdef(CONFIG_BT_SHELL shell)
|
||||
add_subdirectory_ifdef(CONFIG_BT_CONN services)
|
||||
add_subdirectory_ifdef(CONFIG_BT_MESH mesh)
|
||||
|
||||
if(CONFIG_BT_CTLR)
|
||||
if(CONFIG_BT_LL_SW OR CONFIG_BT_LL_SW_SPLIT)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue