Relocated `bt_shell_private.c` to the `common` folder to enable independent use between `BT_SHELL` and `BT_MESH_SHELL`. Signed-off-by: Pisit Sawangvonganan <pisit@ndrsolution.com>
9 lines
319 B
CMake
9 lines
319 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
zephyr_library()
|
|
zephyr_library_sources(bt.c)
|
|
zephyr_library_sources_ifdef(CONFIG_BT_CONN gatt.c)
|
|
zephyr_library_sources_ifdef(CONFIG_BT_L2CAP_DYNAMIC_CHANNEL l2cap.c)
|
|
zephyr_library_sources_ifdef(CONFIG_BT_ISO iso.c)
|
|
zephyr_library_sources_ifdef(CONFIG_BT_CHANNEL_SOUNDING cs.c)
|