Skip to content

Commit e47e2a0

Browse files
tomi-fontrlubos
authored andcommitted
[nrf fromtree] 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> (cherry picked from commit d830446) Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
1 parent 33173b0 commit e47e2a0

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

modules/trusted-firmware-m/nordic/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ set(partition_includes
1414

1515
set(board_includes
1616
${CMAKE_BINARY_DIR}/../zephyr/misc/generated/syscalls_links/include
17-
${ZEPHYR_BASE}/include
1817
)
1918

2019
target_include_directories(platform_region_defs

modules/trusted-firmware-m/nordic/ns/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ set(partition_includes
1717

1818
set(board_includes
1919
${CMAKE_BINARY_DIR}/../zephyr/misc/generated/syscalls_links/include
20-
${ZEPHYR_BASE}/include
2120
)
2221

2322
target_include_directories(platform_region_defs

0 commit comments

Comments
 (0)