summaryrefslogtreecommitdiff
path: root/drivers/media/dvb/frontends/Makefile
diff options
context:
space:
mode:
authorIgor M. Liplianin <liplianin@netup.ru>2009-03-03 14:55:20 (GMT)
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-03-30 15:43:05 (GMT)
commitce45264eca4963e666ec170af1eeb0c4f5f8339e (patch)
tree601654f5b93e1a1cd476cd71cf8568c57ed7ef6c /drivers/media/dvb/frontends/Makefile
parent99277b3824e4bfd290c30e8981929373c9a9e6a4 (diff)
downloadlinux-fsl-qoriq-ce45264eca4963e666ec170af1eeb0c4f5f8339e.tar.xz
V4L/DVB (10804): Add support for ST STV0900 dual demodulator.
Add last piece of code to support ST STV0900 dual demodulator. The IC consist of two dependent parts. It may use single or dual mode. Signed-off-by: Igor M. Liplianin <liplianin@netup.ru> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends/Makefile')
-rw-r--r--drivers/media/dvb/frontends/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/Makefile b/drivers/media/dvb/frontends/Makefile
index 1d180fc..2231c68 100644
--- a/drivers/media/dvb/frontends/Makefile
+++ b/drivers/media/dvb/frontends/Makefile
@@ -7,6 +7,7 @@ EXTRA_CFLAGS += -Idrivers/media/common/tuners/
s921-objs := s921_module.o s921_core.o
stb0899-objs = stb0899_drv.o stb0899_algo.o
+stv0900-objs = stv0900_core.o stv0900_sw.o
obj-$(CONFIG_DVB_PLL) += dvb-pll.o
obj-$(CONFIG_DVB_STV0299) += stv0299.o
@@ -65,4 +66,5 @@ obj-$(CONFIG_DVB_STV0288) += stv0288.o
obj-$(CONFIG_DVB_STB6000) += stb6000.o
obj-$(CONFIG_DVB_S921) += s921.o
obj-$(CONFIG_DVB_STV6110) += stv6110.o
+obj-$(CONFIG_DVB_STV0900) += stv0900.o