summaryrefslogtreecommitdiff
path: root/drivers/media/dvb/frontends/Makefile
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@linuxtv.org>2007-04-27 12:31:14 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-04-27 15:43:35 -0300
commit8ce47dad8e2b9fcb899a67e6537337fa9c18c1f5 (patch)
tree8482515d25ebc98bf7ac74e47b78f576f23b753f /drivers/media/dvb/frontends/Makefile
parent7c7fea669d77048b3013567dfb4c9171d536da05 (diff)
V4L/DVB (5317): Create tda827x dvb tuner module
The patch moves the tda827x dvb tuning code to a separate module Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de> 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 a646d9969b71..e038942a1d8a 100644
--- a/drivers/media/dvb/frontends/Makefile
+++ b/drivers/media/dvb/frontends/Makefile
@@ -37,6 +37,7 @@ obj-$(CONFIG_DVB_LNBP21) += lnbp21.o
obj-$(CONFIG_DVB_ISL6421) += isl6421.o
obj-$(CONFIG_DVB_TDA10086) += tda10086.o
obj-$(CONFIG_DVB_TDA826X) += tda826x.o
+obj-$(CONFIG_DVB_TDA827X) += tda827x.o
obj-$(CONFIG_DVB_TUNER_MT2060) += mt2060.o
obj-$(CONFIG_DVB_TUNER_QT1010) += qt1010.o
obj-$(CONFIG_DVB_TUA6100) += tua6100.o