Skip to content

Commit 6b2db6a

Browse files
committed
samples: tfm_secure_peripheral: Link with psa_crypto_config
Link the secure partition with the psa_crypto_config which provides the defines and include folders for the TF-PSA-Crypto. Signed-off-by: Georgios Vasilakis <georgios.vasilakis@nordicsemi.no>
1 parent 577166a commit 6b2db6a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • samples/tfm/tfm_secure_peripheral/secure_peripheral_partition

samples/tfm/tfm_secure_peripheral/secure_peripheral_partition/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ target_link_libraries(tfm_app_rot_partition_spp
4545
PRIVATE
4646
platform_s
4747
tfm_sprt
48+
psa_crypto_config
4849
)
4950

5051
target_link_libraries(tfm_spm

0 commit comments

Comments
 (0)