Clarify that EXCLUDE_FROM_FULL has exceptions from is_seamless_alt

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
Gilles Peskine 2020-04-16 20:54:01 +02:00
parent c9d0433ece
commit 659db00517

View file

@ -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_')