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:
Markus Swarowsky 2023-12-08 14:03:30 +01:00 committed by Carles Cufí
commit 11175c3ad3
19 changed files with 19 additions and 19 deletions

View file

@ -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()