mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-20 19:21:09 +01:00
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:
@@ -1,6 +1,5 @@
|
||||
set(libs
|
||||
${mbedtls_target}
|
||||
${everest_target}
|
||||
${CMAKE_THREAD_LIBS_INIT}
|
||||
)
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user