1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2026-01-06 11:41:12 +03:00

cmake: Rename mbedcrypto target to tfpsacrypto

Rename mbedcrypto target to tfpsacrypto and
prefix all cmake related variables with
tfpsacrypto instead of mbedcrypto.

Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
Ronald Cron
2024-10-25 16:01:14 +02:00
parent 020e026779
commit b7d0e52e16
18 changed files with 54 additions and 54 deletions

View File

@@ -1,5 +1,5 @@
set(libs
${mbedcrypto_target}
${tfpsacrypto_target}
${mbedx509_target}
)