Update crypto header directories

Due to the move of the Mbed TLS
crypto headers to tf-psa-crypto in
development, update the list of crypto
header directories.

Signed-off-by: Ronald Cron <[email protected]>
This commit is contained in:
Ronald Cron
2024-06-20 16:27:34 +02:00
parent 04847216ab
commit 86dede5177
+2 -1
View File
@@ -46,7 +46,8 @@ class Expr:
# build system to build its crypto library. When it does, the first
# case can just be removed.
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']
else:
includes = ['include']