mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-06-06 05:25:18 +00:00
psa_storage.py: Add include path
Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
@@ -53,6 +53,11 @@ class Expr:
|
||||
|
||||
if build_tree.looks_like_tf_psa_crypto_root('.'):
|
||||
includes.append('drivers/builtin/include')
|
||||
# Temporary, while TF-PSA-Crypto build system in Mbed TLS still
|
||||
# reference some files in Mbed TLS include directory. When it does
|
||||
# not anymore, this can be removed.
|
||||
if build_tree.looks_like_mbedtls_root('..'):
|
||||
includes.append('../include')
|
||||
values = c_build_helper.get_c_expression_values(
|
||||
'unsigned long', '%lu',
|
||||
expressions,
|
||||
|
||||
Reference in New Issue
Block a user