mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-06-05 21:15:09 +00:00
Fix everst build issue
Signed-off-by: Waleed Elmelegy <waleed.elmelegy@arm.com>
This commit is contained in:
@@ -47,12 +47,14 @@ class Expr:
|
|||||||
# case can just be removed.
|
# case can just be removed.
|
||||||
if os.path.isdir('tf-psa-crypto'):
|
if os.path.isdir('tf-psa-crypto'):
|
||||||
includes = ['include', 'tf-psa-crypto/include',
|
includes = ['include', 'tf-psa-crypto/include',
|
||||||
'tf-psa-crypto/drivers/builtin/include']
|
'tf-psa-crypto/drivers/builtin/include',
|
||||||
|
'tf-psa-crypto/drivers/everest/include']
|
||||||
else:
|
else:
|
||||||
includes = ['include']
|
includes = ['include']
|
||||||
|
|
||||||
if build_tree.looks_like_tf_psa_crypto_root('.'):
|
if build_tree.looks_like_tf_psa_crypto_root('.'):
|
||||||
includes.append('drivers/builtin/include')
|
includes.append('drivers/builtin/include')
|
||||||
|
includes.append('drivers/everest/include')
|
||||||
# Temporary, while TF-PSA-Crypto build system in Mbed TLS still
|
# Temporary, while TF-PSA-Crypto build system in Mbed TLS still
|
||||||
# reference some files in Mbed TLS include directory. When it does
|
# reference some files in Mbed TLS include directory. When it does
|
||||||
# not anymore, this can be removed.
|
# not anymore, this can be removed.
|
||||||
|
|||||||
Reference in New Issue
Block a user