From 5a3de175c8db2821c8ed908310db372c249ca18f Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Thu, 31 Aug 2006 18:41:10 -0300 Subject: With aci.h at the tree, the test is not required From: Mauro Carvalho Chehab Still keeping the warning message for kernel-readers only. Signed-off-by: Mauro Carvalho Chehab --- v4l/scripts/make_kconfig.pl | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'v4l/scripts') diff --git a/v4l/scripts/make_kconfig.pl b/v4l/scripts/make_kconfig.pl index 1f286564a..950e620d4 100755 --- a/v4l/scripts/make_kconfig.pl +++ b/v4l/scripts/make_kconfig.pl @@ -405,15 +405,12 @@ disable_config('DVB_FE_CUSTOMISE'); # Hack for check sound/oss/aci.h header -my $mirodep="$kernel/sound/oss/aci.h"; -if (! -e $mirodep) { - my $key="RADIO_MIROPCM20"; +my $fullkernel="$kernel/fs/fcntl.c"; +if (! -e $fullkernel) { print <<"EOF2"; -$key: $mirodep is missing. - ***WARNING:*** You do not have the full kernel sources installed. This does not prevent you from building the v4l-dvb tree if you have the -kernel headers, but the full kernel source is required in order to use +kernel headers, but the full kernel source may be required in order to use make menuconfig / xconfig / qconfig. If you are experiencing problems building the v4l-dvb tree, please try @@ -429,7 +426,6 @@ make all modules_install install Please see your distro's web site for instructions to build a new kernel. EOF2 - $kernopts{$key}='n'; } # Recursively check for broken dependencies -- cgit v1.2.3