Move build of PSA programs to tf-psa-crypto

Signed-off-by: Ronald Cron <[email protected]>
This commit is contained in:
Ronald Cron
2024-12-10 16:54:05 +01:00
parent e9d036ab11
commit 8392f189e2
2 changed files with 4 additions and 1 deletions
-1
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)