bluetooth: controller: Fix openisa checks
Fixes openisa checks which has been renamed Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
committed by
Carles Cufi
parent
fdc76c48a7
commit
b21a455dfb
@@ -188,7 +188,7 @@ zephyr_library_include_directories_ifdef(
|
||||
)
|
||||
|
||||
zephyr_library_include_directories_ifdef(
|
||||
CONFIG_SOC_OPENISA_RV32M1_RISCV32
|
||||
CONFIG_SOC_OPENISA_RV32M1
|
||||
ll_sw/openisa
|
||||
hci/openisa
|
||||
)
|
||||
@@ -204,7 +204,7 @@ add_subdirectory_ifdef(
|
||||
)
|
||||
|
||||
add_subdirectory_ifdef(
|
||||
CONFIG_SOC_OPENISA_RV32M1_RISCV32
|
||||
CONFIG_SOC_OPENISA_RV32M1
|
||||
ll_sw/openisa
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user