diff options
| -rw-r--r-- | scripts/kconfig/streamline_config.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kconfig/streamline_config.pl b/scripts/kconfig/streamline_config.pl index 9726946472fd..2f8bde809711 100644 --- a/scripts/kconfig/streamline_config.pl +++ b/scripts/kconfig/streamline_config.pl | |||
| @@ -242,7 +242,7 @@ foreach my $makefile (@makefiles) { | |||
| 242 | foreach my $obj (split /\s+/,$objs) { | 242 | foreach my $obj (split /\s+/,$objs) { |
| 243 | $obj =~ s/-/_/g; | 243 | $obj =~ s/-/_/g; |
| 244 | if ($obj =~ /(.*)\.o$/) { | 244 | if ($obj =~ /(.*)\.o$/) { |
| 245 | # Objects may bes enabled by more than one config. | 245 | # Objects may be enabled by more than one config. |
| 246 | # Store configs in an array. | 246 | # Store configs in an array. |
| 247 | my @arr; | 247 | my @arr; |
| 248 | 248 | ||
