Once converted this script needs to match what the Makefiles have. Signed-off-by: Elliott Mitchell <ehem+linux@xxxxxxx> --- --- scripts/kconfig/streamline_config.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/kconfig/streamline_config.pl b/scripts/kconfig/streamline_config.pl index d51cd7ac15d2..8e30b8458739 100755 --- a/scripts/kconfig/streamline_config.pl +++ b/scripts/kconfig/streamline_config.pl @@ -354,8 +354,8 @@ my $linfile; if (defined($lsmod_file)) { if ( ! -f $lsmod_file) { - if ( -f $ENV{'objtree'}."/".$lsmod_file) { - $lsmod_file = $ENV{'objtree'}."/".$lsmod_file; + if ( -f $ENV{'objtree'}.$lsmod_file) { + $lsmod_file = $ENV{'objtree'}.$lsmod_file; } else { die "$lsmod_file not found"; } -- 2.39.2