aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/streamline_config.pl
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/kconfig/streamline_config.pl')
-rw-r--r--scripts/kconfig/streamline_config.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kconfig/streamline_config.pl b/scripts/kconfig/streamline_config.pl
index 22b66cada779..39b6314fe634 100644
--- a/scripts/kconfig/streamline_config.pl
+++ b/scripts/kconfig/streamline_config.pl
@@ -252,7 +252,7 @@ sub read_kconfig {
252 close($kinfile); 252 close($kinfile);
253 253
254 # read in any configs that were found. 254 # read in any configs that were found.
255 foreach $kconfig (@kconfigs) { 255 foreach my $kconfig (@kconfigs) {
256 if (!defined($read_kconfigs{$kconfig})) { 256 if (!defined($read_kconfigs{$kconfig})) {
257 $read_kconfigs{$kconfig} = 1; 257 $read_kconfigs{$kconfig} = 1;
258 read_kconfig($kconfig); 258 read_kconfig($kconfig);