fix check-names failure
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
90dfc21f6b
commit
b28d1c3484
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ while (my $line = <CONFIG_H>)
|
|||
die "Feature does not start with 'MBEDTLS_': $line\n";
|
||||
}
|
||||
$feature_defines .= "#if defined(MBEDTLS_${define})\n";
|
||||
$feature_defines .= " \"${define}\",\n";
|
||||
$feature_defines .= " \"${define}\", //no-check-names\n";
|
||||
$feature_defines .= "#endif /* MBEDTLS_${define} */\n";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue