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 <ronald.cron@arm.com>
This commit is contained in:
Ronald Cron
2024-11-14 10:59:52 +01:00
parent 0381a98114
commit bea67a1ebf
2 changed files with 1 additions and 1 deletions

View File

@@ -1,6 +1,5 @@
set(libs
${mbedtls_target}
${everest_target}
${CMAKE_THREAD_LIBS_INIT}
)