diff options
author | Trent Piepho <xyzzy@speakeasy.org> | 2006-08-08 12:10:12 (GMT) |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-08-08 18:53:03 (GMT) |
commit | b02dc515914bc37f5e406cc6f622fc06991eb779 (patch) | |
tree | 29eaa79b76db0d98de2d057aba43ff14200ccb59 /drivers/media/video/pwc/Kconfig | |
parent | 7fb6529762f8185f792ad74adcf211713f973c80 (diff) | |
download | linux-fsl-qoriq-b02dc515914bc37f5e406cc6f622fc06991eb779.tar.xz |
V4L/DVB (4411): Fix minor errors in build files
In pwc Kconfig, change 'depends' to 'depends on'
In dvb-core Makefile, change '=' to ':='
Signed-off-by: Trent Piepho <xyzzy@speakeasy.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/pwc/Kconfig')
-rw-r--r-- | drivers/media/video/pwc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/pwc/Kconfig b/drivers/media/video/pwc/Kconfig index 697145e..8fdf710 100644 --- a/drivers/media/video/pwc/Kconfig +++ b/drivers/media/video/pwc/Kconfig @@ -30,7 +30,7 @@ config USB_PWC config USB_PWC_DEBUG bool "USB Philips Cameras verbose debug" - depends USB_PWC + depends on USB_PWC help Say Y here in order to have the pwc driver generate verbose debugging messages. |