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:
parent
c9d0433ece
commit
659db00517
1 changed files with 3 additions and 0 deletions
|
@ -210,6 +210,9 @@ def is_seamless_alt(name):
|
||||||
|
|
||||||
Exclude alternative implementations of library functions since they require
|
Exclude alternative implementations of library functions since they require
|
||||||
an implementation of the relevant functions and an xxx_alt.h header.
|
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_')
|
return name.startswith('MBEDTLS_PLATFORM_')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue