mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-22 04:20:59 +00:00
TF-PSA-Crypto.cmake: Fix submodules
Remove framework and pkgconfig for the time being. Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
parent
97d05e5e53
commit
31829a8abf
@ -318,13 +318,10 @@ endif()
|
|||||||
if (NOT EXISTS "${MBEDTLS_FRAMEWORK_DIR}/CMakeLists.txt")
|
if (NOT EXISTS "${MBEDTLS_FRAMEWORK_DIR}/CMakeLists.txt")
|
||||||
message(FATAL_ERROR "${MBEDTLS_FRAMEWORK_DIR}/CMakeLists.txt not found. Run `git submodule update --init` from the source tree to fetch the submodule contents.")
|
message(FATAL_ERROR "${MBEDTLS_FRAMEWORK_DIR}/CMakeLists.txt not found. Run `git submodule update --init` from the source tree to fetch the submodule contents.")
|
||||||
endif()
|
endif()
|
||||||
add_subdirectory(framework)
|
|
||||||
|
|
||||||
add_subdirectory(include)
|
add_subdirectory(include)
|
||||||
|
add_subdirectory(core)
|
||||||
add_subdirectory(tf-psa-crypto)
|
add_subdirectory(drivers)
|
||||||
|
|
||||||
add_subdirectory(library)
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# The C files in tests/src directory contain test code shared among test suites
|
# The C files in tests/src directory contain test code shared among test suites
|
||||||
|
Loading…
x
Reference in New Issue
Block a user