From ebc32adfeee66c6c4671b547f75903f761dcfa42 Mon Sep 17 00:00:00 2001 From: Ben Taylor Date: Wed, 7 May 2025 13:42:22 +0100 Subject: [PATCH] add line concatination for everest headers Signed-off-by: Ben Taylor --- scripts/test_psa_constant_names.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test_psa_constant_names.py b/scripts/test_psa_constant_names.py index ff93bb1c0..7aef3c420 100755 --- a/scripts/test_psa_constant_names.py +++ b/scripts/test_psa_constant_names.py @@ -173,7 +173,7 @@ def main(): action='append', default=['tf-psa-crypto/include', 'tf-psa-crypto/drivers/builtin/include', 'tf-psa-crypto/drivers/everest/include', - 'tf-psa-crypto/drivers/everest/include/' + 'tf-psa-crypto/drivers/everest/include/' + 'tf-psa-crypto/private', 'include'], help='Directory for header files')