mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-08-11 13:47:50 +00:00
Check include/mbedtls exists before including from it
Signed-off-by: Felix Conway <[email protected]>
This commit is contained in:
@@ -52,9 +52,11 @@ EOF
|
||||
esac
|
||||
done
|
||||
|
||||
for header in tf-psa-crypto/include/mbedtls/*.h; do
|
||||
echo "#include \"${header#tf-psa-crypto/include/}\""
|
||||
done
|
||||
if [ -d "tf-psa-crypto/include/mbedtls" ]; then
|
||||
for header in tf-psa-crypto/include/mbedtls/*.h; do
|
||||
echo "#include \"${header#tf-psa-crypto/include/}\""
|
||||
done
|
||||
fi
|
||||
|
||||
for header in tf-psa-crypto/include/psa/*.h; do
|
||||
case ${header#tf-psa-crypto/include/} in
|
||||
|
||||
Reference in New Issue
Block a user