diff --git a/subsys/bluetooth/controller/CMakeLists.txt b/subsys/bluetooth/controller/CMakeLists.txt index 6906ed1061a..86b9f4bd8cf 100644 --- a/subsys/bluetooth/controller/CMakeLists.txt +++ b/subsys/bluetooth/controller/CMakeLists.txt @@ -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 )