diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-08-31 17:52:53 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-08-31 17:52:53 -0300 |
commit | 49ba52cb46919c8a46c318e77edd1845b9f51178 (patch) | |
tree | 1e45bb4763a9773d00f4acebf38cc81632dc8b33 /v4l/scripts | |
parent | 80206e1d4a136a8dc87abd8cf94882ea4a7483b0 (diff) | |
download | mediapointer-dvb-s2-49ba52cb46919c8a46c318e77edd1845b9f51178.tar.gz mediapointer-dvb-s2-49ba52cb46919c8a46c318e77edd1845b9f51178.tar.bz2 |
Allow compilation of the audio drivers
From: Mauro Carvalho Chehab <mchehab@infradead.org>
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 <mchehab@infradead.org>
Diffstat (limited to 'v4l/scripts')
-rwxr-xr-x | v4l/scripts/make_kconfig.pl | 1 |
1 files changed, 1 insertions, 0 deletions
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; |