modules: tf-m: nordic: remove problematic include path
It made the build of `samples/tfm_integration/tfm_psa_test/sample.tfm.psa_test_crypto` break since the update of Mbed TLS to 3.6.0 (#71118), apparently because `${ZEPHYR_BASE}` wasn't set, and the include doesn't seem to be needed. Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no>
This commit is contained in:
parent
e79f7135af
commit
d830446c91
2 changed files with 0 additions and 2 deletions
|
@ -14,7 +14,6 @@ set(partition_includes
|
|||
|
||||
set(board_includes
|
||||
${CMAKE_BINARY_DIR}/../zephyr/misc/generated/syscalls_links/include
|
||||
${ZEPHYR_BASE}/include
|
||||
)
|
||||
|
||||
target_include_directories(platform_region_defs
|
||||
|
|
|
@ -17,7 +17,6 @@ set(partition_includes
|
|||
|
||||
set(board_includes
|
||||
${CMAKE_BINARY_DIR}/../zephyr/misc/generated/syscalls_links/include
|
||||
${ZEPHYR_BASE}/include
|
||||
)
|
||||
|
||||
target_include_directories(platform_region_defs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue