mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-09-07 02:39:55 +00:00
Update path in all-core.sh
Signed-off-by: David Horstmann <[email protected]>
This commit is contained in:
+1
-1
@@ -166,7 +166,7 @@ pre_load_components () {
|
|||||||
pre_initialize_variables () {
|
pre_initialize_variables () {
|
||||||
if in_mbedtls_repo; then
|
if in_mbedtls_repo; then
|
||||||
CONFIG_H='include/mbedtls/mbedtls_config.h'
|
CONFIG_H='include/mbedtls/mbedtls_config.h'
|
||||||
CONFIG_TEST_DRIVER_H='tests/include/test/drivers/config_test_driver.h'
|
CONFIG_TEST_DRIVER_H='framework/tests/include/test/drivers/config_test_driver.h'
|
||||||
if [ -d tf-psa-crypto ]; then
|
if [ -d tf-psa-crypto ]; then
|
||||||
CRYPTO_CONFIG_H='tf-psa-crypto/include/psa/crypto_config.h'
|
CRYPTO_CONFIG_H='tf-psa-crypto/include/psa/crypto_config.h'
|
||||||
PSA_CORE_PATH='tf-psa-crypto/core'
|
PSA_CORE_PATH='tf-psa-crypto/core'
|
||||||
|
|||||||
Reference in New Issue
Block a user