summaryrefslogtreecommitdiff
path: root/v4l/scripts/make_kconfig.pl
diff options
context:
space:
mode:
Diffstat (limited to 'v4l/scripts/make_kconfig.pl')
-rwxr-xr-xv4l/scripts/make_kconfig.pl3
1 files changed, 1 insertions, 2 deletions
diff --git a/v4l/scripts/make_kconfig.pl b/v4l/scripts/make_kconfig.pl
index 6f1b108c1..c1a60e5a9 100755
--- a/v4l/scripts/make_kconfig.pl
+++ b/v4l/scripts/make_kconfig.pl
@@ -211,7 +211,7 @@ sub checkdeps()
# Convert a Kconfig expression to a Perl expression
sub toperl($)
{
- $_ = shift;
+ local $_ = shift;
# Turn n,m,y into 0,1,2
s/\bn\b/0/g; s/\bm\b/1/g; s/\by\b/2/g;
@@ -430,7 +430,6 @@ open OUT, ">Kconfig" or die "Cannot write Kconfig file";
print OUT <<"EOF";
mainmenu "V4L/DVB menu"
source Kconfig.kern
-source Kconfig.sound
config VIDEO_KERNEL_VERSION
bool "Enable drivers not supported by this kernel"
default n