From bea67a1ebfa05e4d2cb5175577c940364f758802 Mon Sep 17 00:00:00 2001 From: Ronald Cron Date: Thu, 14 Nov 2024 10:59:52 +0100 Subject: [PATCH] Fix everest build Fix everest build following the merge of 9490. By the way removed an unnecessary link of the everest lib to mbedtls test executable. It comes through the mbedtls library that gets it from the tfpsacrypto library. Signed-off-by: Ronald Cron --- tests/CMakeLists.txt | 1 - tf-psa-crypto/CMakeLists.txt | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index eba6c51787..8318e8bf3b 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -1,6 +1,5 @@ set(libs ${mbedtls_target} - ${everest_target} ${CMAKE_THREAD_LIBS_INIT} ) diff --git a/tf-psa-crypto/CMakeLists.txt b/tf-psa-crypto/CMakeLists.txt index 8de27bd3ab..34e0fba2fb 100644 --- a/tf-psa-crypto/CMakeLists.txt +++ b/tf-psa-crypto/CMakeLists.txt @@ -442,6 +442,7 @@ if(ENABLE_TESTING OR ENABLE_PROGRAMS) PRIVATE ${MBEDTLS_DIR}/include PRIVATE include PRIVATE drivers/builtin/include + PRIVATE drivers/everest/include PRIVATE core PRIVATE drivers/builtin/src) # Request C11, needed for memory poisoning tests