diff --git a/scripts/config.py b/scripts/config.py index bc9a5147c8..ecf95d1653 100755 --- a/scripts/config.py +++ b/scripts/config.py @@ -210,6 +210,9 @@ def is_seamless_alt(name): Exclude alternative implementations of library functions since they require an implementation of the relevant functions and an xxx_alt.h header. + + If a symbol matches this naming pattern but doesn't behave like the others, + list it in EXCLUDE_FROM_FULL. """ return name.startswith('MBEDTLS_PLATFORM_')