Move build of PSA programs to tf-psa-crypto

Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
Ronald Cron 2024-12-09 10:57:21 +01:00
parent e9d036ab11
commit 8392f189e2
2 changed files with 4 additions and 1 deletions

View File

@ -8,7 +8,6 @@ if (NOT WIN32)
endif()
add_subdirectory(hash)
add_subdirectory(pkey)
add_subdirectory(../tf-psa-crypto/programs/psa ../tf-psa-crypto/programs/psa)
add_subdirectory(random)
add_subdirectory(ssl)
add_subdirectory(test)

View File

@ -0,0 +1,4 @@
set(programs_target "${TF_PSA_CRYPTO_TARGET_PREFIX}tfpsacrypto-programs")
add_custom_target(${programs_target})
add_subdirectory(psa)