mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-24 01:43:33 +00:00
all.sh: adjust for when tf-psa-crypto is absent
Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
This commit is contained in:
parent
f48d4edd0c
commit
6c0b4e73c0
@ -171,6 +171,10 @@ pre_initialize_variables () {
|
||||
BUILTIN_SRC_PATH='tf-psa-crypto/drivers/builtin/src'
|
||||
else
|
||||
CRYPTO_CONFIG_H='include/psa/crypto_config.h'
|
||||
# helper_armc6_build_test() relies on these being defined,
|
||||
# but empty if the paths don't exits (as in 3.6).
|
||||
PSA_CORE_PATH=''
|
||||
BUILTIN_SRC_PATH=''
|
||||
fi
|
||||
else
|
||||
CONFIG_H='drivers/builtin/include/mbedtls/mbedtls_config.h'
|
||||
|
Loading…
x
Reference in New Issue
Block a user