mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-08-06 11:17:47 +00:00
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:
@@ -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']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user