From 9739da02228e214f1bdda28a1d653ec85a280b87 Mon Sep 17 00:00:00 2001 From: Ben Taylor Date: Thu, 1 May 2025 15:02:51 +0100 Subject: [PATCH] correct missing path 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 94adfe2b3..7c4e9f5df 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/private', + 'drivers/everest/include/tf-psa-crypto/private/everest', 'include'], help='Directory for header files') parser.add_argument('--keep-c',