10000 correct missing path · Mbed-TLS/mbedtls-framework@9739da0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9739da0

Browse files
author
Ben Taylor
committed
correct missing path
Signed-off-by: Ben Taylor <ben.taylor@linaro.org>
1 parent 74cf30c commit 9739da0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/test_psa_constant_names.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ def main():
173173
action='append', default=['tf-psa-crypto/include',
174174
'tf-psa-crypto/drivers/builtin/include',
175175
'tf-psa-crypto/drivers/everest/include',
176-
'tf-psa-crypto/private',
176+
'drivers/everest/include/tf-psa-crypto/private/everest',
177177
'include'],
178178
help='Directory for header files')
179179
parser.add_argument('--keep-c',

0 commit comments

Comments
 (0)
0