From 103a2bd32dd24328e561086e7e217862fb3d683c Mon Sep 17 00:00:00 2001 From: Hartmut Hackmann Date: Sat, 3 Feb 2007 23:23:25 +0100 Subject: Create tda827x dvb tuner module From: Michael Krufky The patch moves the tda827x dvb tuning code to a separate module Signed-off-by: Michael Krufky Signed-off-by: Hartmut Hackmann --- linux/drivers/media/dvb/frontends/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'linux/drivers/media/dvb/frontends/Makefile') 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 -- cgit v1.2.3