tf-m: Change NS include path for TF-M 2.0.0
The place where TF-M places its non-secure api header files has changed Therefore changing it for for all applications that use it. Signed-off-by: Markus Swarowsky <markus.swarowsky@nordicsemi.no>
This commit is contained in:
parent
78fd53fae7
commit
11175c3ad3
19 changed files with 19 additions and 19 deletions
|
@ -134,6 +134,6 @@ zephyr_library_link_libraries_ifdef(CONFIG_MBEDTLS mbedTLS)
|
|||
|
||||
if (CONFIG_BUILD_WITH_TFM)
|
||||
target_include_directories(${ZEPHYR_CURRENT_LIBRARY} PRIVATE
|
||||
$<TARGET_PROPERTY:tfm,TFM_BINARY_DIR>/install/interface/include
|
||||
$<TARGET_PROPERTY:tfm,TFM_BINARY_DIR>/api_ns/interface/include
|
||||
)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue