Skip to content

Commit 4db7d6a

Browse files
alexstanoev-nordicrlubos
authored andcommitted
bluetooth: Correct dependencies for BT_LL_SOFTDEVICE_HEADERS_INCLUDE
SDC headers include files from nrfx/mdk, which are only available on Nordic nRF platforms. Correct the dependencies so they aren't included on non-bsim native platform builds. Signed-off-by: Aleksandar Stanoev <[email protected]>
1 parent ac0e314 commit 4db7d6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

subsys/bluetooth/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ config BT_MAX_CONN
3131

3232
config BT_LL_SOFTDEVICE_HEADERS_INCLUDE
3333
bool
34+
depends on (SOC_SERIES_BSIM_NRFXX || SOC_FAMILY_NORDIC_NRF)
3435
default y if !BT_CTLR
3536
help
3637
Include SoftDevice header files provided with the library.

0 commit comments

Comments
 (0)