mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-24 06:02:44 +00:00
Adapt list_internal_identifiers.py
Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
parent
381247eda5
commit
ad6d1ceeef
@ -33,7 +33,9 @@ def main():
|
|||||||
name_check = CodeParser(logging.getLogger())
|
name_check = CodeParser(logging.getLogger())
|
||||||
result = name_check.parse_identifiers([
|
result = name_check.parse_identifiers([
|
||||||
"include/mbedtls/*_internal.h",
|
"include/mbedtls/*_internal.h",
|
||||||
"library/*.h"
|
"library/*.h",
|
||||||
|
"tf-psa-crypto/core/*.h",
|
||||||
|
"tf-psa-crypto/drivers/builtin/src/*.h"
|
||||||
])[0]
|
])[0]
|
||||||
result.sort(key=lambda x: x.name)
|
result.sort(key=lambda x: x.name)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user