Skip to content

Commit a26343e

Browse files
Vge0rgetomi-font
authored andcommitted
[nrf noup] tf-m: Fixup for the support for external core
fixup! [nrf noup] tf-m: Enable support for external PSA core Install the tfm_crypto_defs.h from TF-M since now the nrf_security files are removed. Ref: NCSDK-33148 Signed-off-by: Georgios Vasilakis <[email protected]>
1 parent 1352b44 commit a26343e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmake/install.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ endif()
7474
if (TFM_PARTITION_CRYPTO)
7575
if(PSA_CRYPTO_EXTERNAL_CORE)
7676
include(${TARGET_PLATFORM_PATH}/../external_core_install.cmake)
77+
install(FILES ${INTERFACE_INC_DIR}/tfm_crypto_defs.h
78+
DESTINATION ${INSTALL_INTERFACE_INC_DIR})
7779
else()
7880
install(FILES ${INTERFACE_INC_DIR}/psa/README.rst
7981
${INTERFACE_INC_DIR}/psa/build_info.h

0 commit comments

Comments
 (0)