Skip to content

Commit d480d9b

Browse files
jonathannilsenrlubos
authored andcommitted
nrf_security: ssf_secdom: add missing include path
The ironside PSA crypto client failed to build due to missing a TFM include path. Signed-off-by: Jonathan Nilsen <[email protected]>
1 parent 4c3755e commit d480d9b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

subsys/nrf_security/src/ssf_secdom/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ if(CONFIG_NRF_IRONSIDE_CALL)
1717

1818
zephyr_library_include_directories(
1919
${NRF_DIR}/include/tfm
20+
${ZEPHYR_TRUSTED_FIRMWARE_M_MODULE_DIR}/interface/include
2021
.
2122
)
2223

0 commit comments

Comments
 (0)