Add comment
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
6001fb241d
commit
cd04020dac
1 changed files with 4 additions and 0 deletions
|
@ -3361,6 +3361,10 @@ component_build_tfm_armcc() {
|
||||||
}
|
}
|
||||||
|
|
||||||
component_build_aes_variations() { # ~45s
|
component_build_aes_variations() { # ~45s
|
||||||
|
# aes.o has many #if defined(...) guards that intersect in complex ways.
|
||||||
|
# Test that all the combinations build cleanly. The most common issue is
|
||||||
|
# unused variables/functions, so ensure -Wunused is set.
|
||||||
|
|
||||||
msg "build: aes.o for all combinations of relevant config options"
|
msg "build: aes.o for all combinations of relevant config options"
|
||||||
for a in set unset; do
|
for a in set unset; do
|
||||||
for b in set unset; do
|
for b in set unset; do
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue