Skip to content

Commit 8e26770

Browse files
committed
modules: tf-m: Do not install TF-PSA-Crypto header files
In sdk-nrf TF-PSA-Crypto header files are exposed from Oberon PSA. Signed-off-by: Georgios Vasilakis <georgios.vasilakis@nordicsemi.no>
1 parent af4e17b commit 8e26770

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

modules/trusted-firmware-m/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ set_property(TARGET zephyr_property_target
112112
-DTFM_MCUBOOT_OFFSET=${CONFIG_TFM_MCUBOOT_HEADER_SIZE}
113113
-DQCBOR_PATH=${CONFIG_TFM_QCBOR_PATH}
114114
-DT_COSE_PATH=${CONFIG_TFM_T_COSE_PATH}
115+
-DTFM_INSTALL_TF_PSA_CRYPTO_HEADERS=OFF
115116
)
116117

117118
if(CONFIG_TFM_PROFILE_TYPE_MINIMAL)

0 commit comments

Comments
 (0)