diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-10-02 10:57:03 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-25 16:01:02 -0500 |
commit | 6cb45879dca84c667996d65a12880db6705a2b0e (patch) | |
tree | 1548d262b2bcf68eeaf07d5ec5fa33af5e0a11af /drivers/media/video/Makefile | |
parent | 12466577853b0d057f4416f4c7020e544f3a4209 (diff) |
V4L/DVB (6423): Add tuner-xc2028 driver
Add support for Xceive XC2028/XC3028 tuner driver
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/Makefile')
-rw-r--r-- | drivers/media/video/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/media/video/Makefile b/drivers/media/video/Makefile index b5a064163e03..1fd775e0a0b0 100644 --- a/drivers/media/video/Makefile +++ b/drivers/media/video/Makefile | |||
@@ -6,6 +6,10 @@ zr36067-objs := zoran_procfs.o zoran_device.o \ | |||
6 | zoran_driver.o zoran_card.o | 6 | zoran_driver.o zoran_card.o |
7 | tuner-objs := tuner-core.o tuner-types.o tda9887.o | 7 | tuner-objs := tuner-core.o tuner-types.o tda9887.o |
8 | 8 | ||
9 | ifneq ($(CONFIG_TUNER_XC2028),) | ||
10 | tuner-objs += tuner-xc2028.o | ||
11 | endif | ||
12 | |||
9 | msp3400-objs := msp3400-driver.o msp3400-kthreads.o | 13 | msp3400-objs := msp3400-driver.o msp3400-kthreads.o |
10 | 14 | ||
11 | obj-$(CONFIG_VIDEO_DEV) += videodev.o v4l2-common.o compat_ioctl32.o \ | 15 | obj-$(CONFIG_VIDEO_DEV) += videodev.o v4l2-common.o compat_ioctl32.o \ |