diff options
Diffstat (limited to 'scripts/kconfig')
-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 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) |
138 | my $ksource = $ARGV[0]; | 138 | my $ksource = ($ARGV[0] ? $ARGV[0] : '.'); |
139 | my $kconfig = $ARGV[1]; | 139 | my $kconfig = $ARGV[1]; |
140 | my $lsmod_file = $ENV{'LSMOD'}; | 140 | my $lsmod_file = $ENV{'LSMOD'}; |
141 | 141 | ||