From 518158fc659f675ca6b79c88e1e72dba4915121c Mon Sep 17 00:00:00 2001 From: Ben Taylor Date: Fri, 28 Mar 2025 13:43:42 +0000 Subject: [PATCH] seperate path to meet line limit rules Signed-off-by: Ben Taylor --- scripts/test_psa_constant_names.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/test_psa_constant_names.py b/scripts/test_psa_constant_names.py index a2c7538b6..eb389b93d 100755 --- a/scripts/test_psa_constant_names.py +++ b/scripts/test_psa_constant_names.py @@ -172,7 +172,8 @@ def main(): parser.add_argument('--include', '-I', action='append', default=['tf-psa-crypto/include', 'tf-psa-crypto/drivers/builtin/include', - 'tf-psa-crypto/drivers/everest/include/tf-psa-crypto/private/', + 'tf-psa-crypto/drivers/everest/include/ + tf-psa-crypto/private/', 'include'], help='Directory for header files') parser.add_argument('--keep-c',