From 70fd7ca57eb2f30f55ee59935eacd6c7d8addfd8 Mon Sep 17 00:00:00 2001 From: Ben Taylor Date: Fri, 2 May 2025 08:16:03 +0100 Subject: [PATCH] Update include 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 7c4e9f5df..6796909d9 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', - 'drivers/everest/include/tf-psa-crypto/private/everest', + 'drivers/everest/include/tf-psa-crypto/private', 'include'], help='Directory for header files') parser.add_argument('--keep-c',