aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/kconfig')
-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 2fbbbc1ddea0..e3687f98e0c8 100644
--- a/scripts/kconfig/streamline_config.pl
+++ b/scripts/kconfig/streamline_config.pl
@@ -135,7 +135,7 @@ GetOptions("localmodconfig" => \$localmodconfig,
135 "localyesconfig" => \$localyesconfig); 135 "localyesconfig" => \$localyesconfig);
136 136
137# Get the build source and top level Kconfig file (passed in) 137# Get the build source and top level Kconfig file (passed in)
138my $ksource = $ARGV[0]; 138my $ksource = ($ARGV[0] ? $ARGV[0] : '.');
139my $kconfig = $ARGV[1]; 139my $kconfig = $ARGV[1];
140my $lsmod_file = $ENV{'LSMOD'}; 140my $lsmod_file = $ENV{'LSMOD'};
141 141