Bluetooth: tests: shell: Fix build error
This fixes build error that happens when shell is built without CAP Acceptor Set Member support. The cap_acceptor.c contains shell commands for Set Member only, thus it's OK to build the code if CONFIG_BT_CAP_ACCEPTOR_SET_MEMBER is set for now. This can be modified in the future when shell will be extended with other Set Member non-specific CAP commands. Signed-off-by: Mariusz Skamra <mariusz.skamra@codecoup.pl>
This commit is contained in:
parent
55b7d904ed
commit
93b2205ff5
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ zephyr_library_sources_ifdef(
|
|||
has.c
|
||||
)
|
||||
zephyr_library_sources_ifdef(
|
||||
CONFIG_BT_CAP_ACCEPTOR
|
||||
CONFIG_BT_CAP_ACCEPTOR_SET_MEMBER
|
||||
cap_acceptor.c
|
||||
)
|
||||
zephyr_library_sources_ifdef(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue