mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-07 06:42:56 +03:00
Adjust more paths to Mbed TLS crypto headers
Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
@@ -45,6 +45,13 @@ EOF
|
||||
esac
|
||||
done
|
||||
|
||||
for header in tf-psa-crypto/drivers/builtin/include/mbedtls/*.h; do
|
||||
case ${header#tf-psa-crypto/drivers/builtin/include/} in
|
||||
mbedtls/config_*.h) :;; # not meant for direct inclusion
|
||||
*) echo "#include \"${header#tf-psa-crypto/drivers/builtin/include/}\"";;
|
||||
esac
|
||||
done
|
||||
|
||||
for header in tf-psa-crypto/include/psa/*.h; do
|
||||
case ${header#tf-psa-crypto/include/} in
|
||||
psa/crypto_config.h) :;; # not meant for direct inclusion
|
||||
|
Reference in New Issue
Block a user