diff options
author | Janne Grunau <j@jannau.net> | 2009-03-23 17:18:54 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-30 11:43:32 -0400 |
commit | c457377a3a18117aa99653f3715d81960a1c6bda (patch) | |
tree | 9ce1c8db8a3464727701e84190bc43815b78eadd /drivers/media/video/hdpvr/Makefile | |
parent | 235d0ff2874091981c482d71bbce8b7c30cbc3b3 (diff) |
V4L/DVB (11152): hdpvr: Fix build with Config_I2C not set
Signed-off-by: Janne Grunau <j@jannau.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/hdpvr/Makefile')
-rw-r--r-- | drivers/media/video/hdpvr/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/media/video/hdpvr/Makefile b/drivers/media/video/hdpvr/Makefile index 79ad2e16cb8f..e0230fcb2e36 100644 --- a/drivers/media/video/hdpvr/Makefile +++ b/drivers/media/video/hdpvr/Makefile | |||
@@ -1,4 +1,6 @@ | |||
1 | hdpvr-objs := hdpvr-control.o hdpvr-core.o hdpvr-i2c.o hdpvr-video.o | 1 | hdpvr-objs := hdpvr-control.o hdpvr-core.o hdpvr-video.o |
2 | |||
3 | hdpvr-$(CONFIG_I2C) += hdpvr-i2c.o | ||
2 | 4 | ||
3 | obj-$(CONFIG_VIDEO_HDPVR) += hdpvr.o | 5 | obj-$(CONFIG_VIDEO_HDPVR) += hdpvr.o |
4 | 6 | ||