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
|
@ -8,6 +8,6 @@ zephyr_include_directories(.)
|
|||
if (CONFIG_TFM_PARTITION_PLATFORM)
|
||||
zephyr_sources(soc_secure.c)
|
||||
zephyr_library_include_directories(
|
||||
$<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