diff --git a/scripts/check-configs.pl b/scripts/check-configs.pl index 10282aa74..39df8f4ad 100644 --- a/scripts/check-configs.pl +++ b/scripts/check-configs.pl @@ -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]'" )