diff options
author | Trent Piepho <xyzzy@speakeasy.org> | 2006-08-01 16:51:34 -0700 |
---|---|---|
committer | Trent Piepho <xyzzy@speakeasy.org> | 2006-08-01 16:51:34 -0700 |
commit | ca0fba3295abe13d074d1a59b3c628ed90fd31f2 (patch) | |
tree | 3f75a0d761eda64ea49ff249905de09aef91c240 /linux/drivers/media/video/pwc | |
parent | abaa970749baa324bff6aafcd123302f1cdc96aa (diff) | |
download | mediapointer-dvb-s2-ca0fba3295abe13d074d1a59b3c628ed90fd31f2.tar.gz mediapointer-dvb-s2-ca0fba3295abe13d074d1a59b3c628ed90fd31f2.tar.bz2 |
Fix minor errors in build files
From: Trent Piepho <xyzzy@speakeasy.org>
In pwc Kconfig, change 'depends' to 'depends on'
In dvb-core Makefile, change '=' to ':='
Signed-off-by: Trent Piepho <xyzzy@speakeasy.org>
Diffstat (limited to 'linux/drivers/media/video/pwc')
-rw-r--r-- | linux/drivers/media/video/pwc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/pwc/Kconfig b/linux/drivers/media/video/pwc/Kconfig index 697145e0b..8fdf7101d 100644 --- a/linux/drivers/media/video/pwc/Kconfig +++ b/linux/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. |