mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-09-18 08:09:55 +00:00
Move build of PSA programs to tf-psa-crypto
Signed-off-by: Ronald Cron <[email protected]>
This commit is contained in:
@@ -8,7 +8,6 @@ if (NOT WIN32)
|
|||||||
endif()
|
endif()
|
||||||
add_subdirectory(hash)
|
add_subdirectory(hash)
|
||||||
add_subdirectory(pkey)
|
add_subdirectory(pkey)
|
||||||
add_subdirectory(../tf-psa-crypto/programs/psa ../tf-psa-crypto/programs/psa)
|
|
||||||
add_subdirectory(random)
|
add_subdirectory(random)
|
||||||
add_subdirectory(ssl)
|
add_subdirectory(ssl)
|
||||||
add_subdirectory(test)
|
add_subdirectory(test)
|
||||||
|
|||||||
@@ -0,0 +1,4 @@
|
|||||||
|
set(programs_target "${TF_PSA_CRYPTO_TARGET_PREFIX}tfpsacrypto-programs")
|
||||||
|
add_custom_target(${programs_target})
|
||||||
|
|
||||||
|
add_subdirectory(psa)
|
||||||
|
|||||||
Reference in New Issue
Block a user