Bluetooth: Controller: Use BT_LLL_VENDOR_* to selectively build LLL
CONFIG_SOC_COMPATIBLE_* is not configurable but CONFIG_BT_LLL_VENDOR_* is. This allows an alternate LLL to be built on nordic and OpenISA chips. Signed-off-by: Félix Piédallu <felix@piedallu.me>
This commit is contained in:
parent
9fd2e11944
commit
d9d5043667
1 changed files with 4 additions and 4 deletions
|
@ -182,13 +182,13 @@ zephyr_library_include_directories_ifdef(
|
|||
)
|
||||
|
||||
zephyr_library_include_directories_ifdef(
|
||||
CONFIG_SOC_COMPATIBLE_NRF
|
||||
CONFIG_BT_LLL_VENDOR_NORDIC
|
||||
ll_sw/nordic
|
||||
ll_sw/nordic/hci
|
||||
)
|
||||
|
||||
zephyr_library_include_directories_ifdef(
|
||||
CONFIG_SOC_OPENISA_RV32M1
|
||||
CONFIG_BT_LLL_VENDOR_OPENISA
|
||||
ll_sw/openisa
|
||||
ll_sw/openisa/hci
|
||||
)
|
||||
|
@ -199,12 +199,12 @@ add_subdirectory_ifdef(
|
|||
)
|
||||
|
||||
add_subdirectory_ifdef(
|
||||
CONFIG_SOC_COMPATIBLE_NRF
|
||||
CONFIG_BT_LLL_VENDOR_NORDIC
|
||||
ll_sw/nordic
|
||||
)
|
||||
|
||||
add_subdirectory_ifdef(
|
||||
CONFIG_SOC_OPENISA_RV32M1
|
||||
CONFIG_BT_LLL_VENDOR_OPENISA
|
||||
ll_sw/openisa
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue