Adjust glob pattern for configuration files
With the introduction of the new method of configuration generation the names of the shipped kernel configuration files changed too. Adjust the glob pattern in the check-configs.pl script to those changed names. Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
This commit is contained in:
parent
73cf59ae2c
commit
9964dac781
@ -70,7 +70,7 @@ sub main {
|
||||
}
|
||||
}
|
||||
|
||||
foreach my $shipped (glob("config-*")) {
|
||||
foreach my $shipped (glob("*.config")) {
|
||||
my (@tmp) = parse_shipped( $shipped );
|
||||
foreach my $ref ( @tmp ) {
|
||||
say( STDERR "$shipped:$ref->[0]: No Kconfig symbol matches 'CONFIG_$ref->[1]'" )
|
||||
|
Loading…
Reference in New Issue
Block a user