summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/frontends/Makefile
diff options
context:
space:
mode:
authorHartmut Hackmann <hartmut.hackmann@t-online.de>2007-02-03 23:23:25 +0100
committerHartmut Hackmann <hartmut.hackmann@t-online.de>2007-02-03 23:23:25 +0100
commit103a2bd32dd24328e561086e7e217862fb3d683c (patch)
treee6fe79065b4679d99e7f775556a8c3481c876f44 /linux/drivers/media/dvb/frontends/Makefile
parentd55b9806c99fe132a4a74ffa3e043b83b61b5272 (diff)
downloadmediapointer-dvb-s2-103a2bd32dd24328e561086e7e217862fb3d683c.tar.gz
mediapointer-dvb-s2-103a2bd32dd24328e561086e7e217862fb3d683c.tar.bz2
Create tda827x dvb tuner module
From: Michael Krufky <mkrufky@linuxtv.org> 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>
Diffstat (limited to 'linux/drivers/media/dvb/frontends/Makefile')
-rw-r--r--linux/drivers/media/dvb/frontends/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/frontends/Makefile b/linux/drivers/media/dvb/frontends/Makefile
index 3fa6e5d32..e69cf1520 100644
--- a/linux/drivers/media/dvb/frontends/Makefile
+++ b/linux/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_TUA6100) += tua6100.o
obj-$(CONFIG_DVB_TUNER_LGH06XF) += lgh06xf.o