Commit d830446c authored by Tomi Fontanilles's avatar Tomi Fontanilles Committed by Anas Nashif
Browse files

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: default avatarTomi Fontanilles <tomi.fontanilles@nordicsemi.no>
parent e79f7135
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -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