samples: tfm_secure_partition: fix build of the ARoT
With the update of MbedTLS to 3.6.0 the configuration files (mbedtls/mbedtls_config.h, psa/crypto_config.h) are not found anymore by default. Make the ARoT's CMake target inherit from psa_crypto_config; it defines what is needed to find the MbedTLS configuration files. Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no>
This commit is contained in:
parent
e49033ac1e
commit
8cd04a50e8
1 changed files with 1 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ target_link_libraries(tfm_app_rot_partition_dp
|
||||||
PRIVATE
|
PRIVATE
|
||||||
platform_s
|
platform_s
|
||||||
tfm_sprt
|
tfm_sprt
|
||||||
|
psa_crypto_config
|
||||||
)
|
)
|
||||||
|
|
||||||
target_link_libraries(tfm_spm
|
target_link_libraries(tfm_spm
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue