Skip to content

Commit 3757b0a

Browse files
gmarullanangl
authored andcommitted
bluetooth: rpc: remove unnecessary source
The bluetooth shell has been refactored (see bf897cf), so the sourced file no longer exists. Note that it was actually a bad use of sourcing, as the upstream options are already part of the Kconfig tree (unless I missed something). Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent d752980 commit 3757b0a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

subsys/bluetooth/rpc/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,5 @@ source "$(ZEPHYR_BASE)/subsys/bluetooth/services/Kconfig"
184184
source "$(ZEPHYR_BASE)/subsys/bluetooth/common/Kconfig"
185185
source "$(ZEPHYR_BASE)/subsys/bluetooth/host/Kconfig"
186186
source "$(ZEPHYR_BASE)/subsys/bluetooth/crypto/Kconfig"
187-
source "$(ZEPHYR_BASE)/subsys/bluetooth/shell/Kconfig"
188187

189188
endif # BT_RPC_STACK

0 commit comments

Comments
 (0)