aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/Makefile
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2006-06-23 15:13:56 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-06-25 01:05:24 -0400
commit153962364dc6fa4a24571885fbe76506d8968610 (patch)
tree78eca883cd190dbb2bf94b6337ac1d57951a757b /drivers/media/video/Makefile
parent0ccac4af1a8f22e2e96d89b9bf8766dc7286a972 (diff)
V4L/DVB (4205): Merge tda9887 module into tuner.
Most uses a tda988[5/6/7] IF demodulator as part of the device. Having this as a separate stuff makes harder to configure it, since there are some tda9887 options that are tuner-dependent and should be bound into tuner-types structures. This patch merges tda9887 module into tuner. More work is required to make tuner-types to properly use it. Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/Makefile')
-rw-r--r--drivers/media/video/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/Makefile b/drivers/media/video/Makefile
index 5341eef00bdc..6c401b46398a 100644
--- a/drivers/media/video/Makefile
+++ b/drivers/media/video/Makefile
@@ -6,7 +6,7 @@ zoran-objs := zr36120.o zr36120_i2c.o zr36120_mem.o
6zr36067-objs := zoran_procfs.o zoran_device.o \ 6zr36067-objs := zoran_procfs.o zoran_device.o \
7 zoran_driver.o zoran_card.o 7 zoran_driver.o zoran_card.o
8tuner-objs := tuner-core.o tuner-types.o tuner-simple.o \ 8tuner-objs := tuner-core.o tuner-types.o tuner-simple.o \
9 mt20xx.o tda8290.o tea5767.o 9 mt20xx.o tda8290.o tea5767.o tda9887.o
10 10
11msp3400-objs := msp3400-driver.o msp3400-kthreads.o 11msp3400-objs := msp3400-driver.o msp3400-kthreads.o
12 12
@@ -60,7 +60,7 @@ obj-$(CONFIG_VIDEO_HEXIUM_GEMINI) += hexium_gemini.o
60obj-$(CONFIG_VIDEO_DPC) += saa7111.o dpc7146.o 60obj-$(CONFIG_VIDEO_DPC) += saa7111.o dpc7146.o
61obj-$(CONFIG_TUNER_3036) += tuner-3036.o 61obj-$(CONFIG_TUNER_3036) += tuner-3036.o
62 62
63obj-$(CONFIG_VIDEO_TUNER) += tuner.o tda9887.o 63obj-$(CONFIG_VIDEO_TUNER) += tuner.o
64obj-$(CONFIG_VIDEO_BUF) += video-buf.o 64obj-$(CONFIG_VIDEO_BUF) += video-buf.o
65obj-$(CONFIG_VIDEO_BUF_DVB) += video-buf-dvb.o 65obj-$(CONFIG_VIDEO_BUF_DVB) += video-buf-dvb.o
66obj-$(CONFIG_VIDEO_BTCX) += btcx-risc.o 66obj-$(CONFIG_VIDEO_BTCX) += btcx-risc.o