From 49ba52cb46919c8a46c318e77edd1845b9f51178 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Thu, 31 Aug 2006 17:52:53 -0300 Subject: Allow compilation of the audio drivers From: Mauro Carvalho Chehab Now, make will compile also the audio drivers at the tree. By default, they will not be installed. A new option were added to install those files: make sound-install Signed-off-by: Mauro Carvalho Chehab --- v4l/scripts/make_kconfig.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'v4l/scripts') diff --git a/v4l/scripts/make_kconfig.pl b/v4l/scripts/make_kconfig.pl index c44914501..1f286564a 100755 --- a/v4l/scripts/make_kconfig.pl +++ b/v4l/scripts/make_kconfig.pl @@ -377,6 +377,7 @@ config VIDEO_KERNEL_VERSION EOF open_kconfig ("../linux","../linux/drivers/media/Kconfig"); +open_kconfig (".","./Kconfig.sound"); print OUT "source Kconfig.sound\n"; close OUT; -- cgit v1.2.3