aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/Makefile
diff options
context:
space:
mode:
authorSteven Toth <stoth@hauppauge.com>2007-12-17 23:55:51 -0500
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-01-25 16:04:11 -0500
commitaacb9d31ee65c0685745ca4dfc7cdd24f8b7d92b (patch)
treea955b767ddb0d7e4f2f6a59a318d3a80a2a4a1ef /drivers/media/dvb/frontends/Makefile
parent2426a27e4d25cf932ce73aa84a085ee94b4189a8 (diff)
V4L/DVB (6884): Add support for the Xceive xc5000 silicon tuner
This is an all formats tuner, QAM, ATSC, DVB-T and others. Only ATSC and QAM have been tested. Signed-off-by: Steven Toth <stoth@hauppauge.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/frontends/Makefile')
-rw-r--r--drivers/media/dvb/frontends/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/Makefile b/drivers/media/dvb/frontends/Makefile
index 784565208fb4..1c082a6a9499 100644
--- a/drivers/media/dvb/frontends/Makefile
+++ b/drivers/media/dvb/frontends/Makefile
@@ -50,3 +50,4 @@ obj-$(CONFIG_DVB_TUNER_QT1010) += qt1010.o
50obj-$(CONFIG_DVB_TUA6100) += tua6100.o 50obj-$(CONFIG_DVB_TUA6100) += tua6100.o
51obj-$(CONFIG_DVB_TUNER_MT2131) += mt2131.o 51obj-$(CONFIG_DVB_TUNER_MT2131) += mt2131.o
52obj-$(CONFIG_DVB_S5H1409) += s5h1409.o 52obj-$(CONFIG_DVB_S5H1409) += s5h1409.o
53obj-$(CONFIG_DVB_TUNER_XC5000) += xc5000.o