soc: nordic: Set TF-M option for nordic HAL library
Set TF-M option for nordic HAL library path to use the included nordic HAL instead of the version that TF-M downloads. Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
This commit is contained in:
parent
e8119640c0
commit
b5ac60e48b
|
@ -16,3 +16,9 @@ if(CONFIG_SOC_HAS_TIMING_FUNCTIONS AND NOT CONFIG_BOARD_HAS_TIMING_FUNCTIONS)
|
|||
endif()
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if(CONFIG_BUILD_WITH_TFM)
|
||||
set_property(TARGET zephyr_property_target
|
||||
APPEND PROPERTY TFM_CMAKE_OPTIONS -DHAL_NORDIC_PATH=${ZEPHYR_HAL_NORDIC_MODULE_DIR}
|
||||
)
|
||||
endif()
|
||||
|
|
Loading…
Reference in New Issue