summaryrefslogtreecommitdiff
path: root/v4l/scripts
diff options
context:
space:
mode:
authorTrent Piepho <xyzzy@speakeasy.org>2006-09-01 15:14:47 -0700
committerTrent Piepho <xyzzy@speakeasy.org>2006-09-01 15:14:47 -0700
commit22cae52e1c559233a22ba0d3c26b72678563e0cf (patch)
treef5d0d74bb34ec457b89c137906a6e9daef6a10eb /v4l/scripts
parenta77c4dd9c2118e6c5ba3a132d731db3cc3a1bcf4 (diff)
downloadmediapointer-dvb-s2-22cae52e1c559233a22ba0d3c26b72678563e0cf.tar.gz
mediapointer-dvb-s2-22cae52e1c559233a22ba0d3c26b72678563e0cf.tar.bz2
Stop sourcing Kconfig.sound, it would show up twice
From: Trent Piepho <xyzzy@speakeasy.org> Since Kconfig.sound is processed by make_kconfig.pl like all the other Kconfig files, it was getting put into v4l/Kconfig twice. Once from a source directive v4l/Kconfig and again when it was processed by the script. Signed-off-by: Trent Piepho <xyzzy@speakeasy.org>
Diffstat (limited to 'v4l/scripts')
-rwxr-xr-xv4l/scripts/make_kconfig.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/v4l/scripts/make_kconfig.pl b/v4l/scripts/make_kconfig.pl
index c2c6342d9..c1a60e5a9 100755
--- a/v4l/scripts/make_kconfig.pl
+++ b/v4l/scripts/make_kconfig.pl
@@ -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