mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-20 11:11:08 +01:00
Do not link against builtin/everest/p256m libraries anymore
Following the move of all crypto code to the tfpsacrypto library, do not link against the driver libraries anymore. Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
@@ -376,15 +376,10 @@ if(USE_STATIC_MBEDTLS_LIBRARY AND USE_SHARED_MBEDTLS_LIBRARY)
|
||||
endif()
|
||||
|
||||
set(tf_psa_crypto_library_targets
|
||||
${TF_PSA_CRYPTO_TARGET_PREFIX}tfpsacrypto
|
||||
${TF_PSA_CRYPTO_TARGET_PREFIX}builtin
|
||||
${TF_PSA_CRYPTO_TARGET_PREFIX}everest
|
||||
${TF_PSA_CRYPTO_TARGET_PREFIX}p256m)
|
||||
${TF_PSA_CRYPTO_TARGET_PREFIX}tfpsacrypto)
|
||||
|
||||
if(USE_STATIC_MBEDTLS_LIBRARY AND USE_SHARED_MBEDTLS_LIBRARY)
|
||||
list(APPEND tf_psa_crypto_library_targets
|
||||
${TF_PSA_CRYPTO_TARGET_PREFIX}tfpsacrypto_static
|
||||
${TF_PSA_CRYPTO_TARGET_PREFIX}builtin_static)
|
||||
list(APPEND tf_psa_crypto_library_targets)
|
||||
endif()
|
||||
|
||||
foreach(target IN LISTS tf_psa_crypto_library_targets)
|
||||
|
||||
Reference in New Issue
Block a user