summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/Makefile
diff options
context:
space:
mode:
authorOliver Endriss <o.endriss@gmx.de>2011-07-03 13:51:43 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-07-27 17:55:41 -0300
commitf678c3b69a416bb320c8a251583ccaec64574b56 (patch)
tree3bd99bb5c2f42bfc57b7295251d33a582541cbe6 /drivers/media/dvb/frontends/Makefile
parentebc7de220b729b935c006f00b17e333590db6f75 (diff)
downloadop-kernel-dev-f678c3b69a416bb320c8a251583ccaec64574b56.zip
op-kernel-dev-f678c3b69a416bb320c8a251583ccaec64574b56.tar.gz
[media] DRX-K, TDA18271c2: Add build support
Add both drivers to Makefile and Kconfig. Signed-off-by: Oliver Endriss <o.endriss@gmx.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends/Makefile')
-rw-r--r--drivers/media/dvb/frontends/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/Makefile b/drivers/media/dvb/frontends/Makefile
index 2f3a6f7..6a6ba05 100644
--- a/drivers/media/dvb/frontends/Makefile
+++ b/drivers/media/dvb/frontends/Makefile
@@ -10,6 +10,7 @@ stv0900-objs = stv0900_core.o stv0900_sw.o
au8522-objs = au8522_dig.o au8522_decoder.o
drxd-objs = drxd_firm.o drxd_hard.o
cxd2820r-objs = cxd2820r_core.o cxd2820r_c.o cxd2820r_t.o cxd2820r_t2.o
+drxk-objs := drxk_hard.o
obj-$(CONFIG_DVB_PLL) += dvb-pll.o
obj-$(CONFIG_DVB_STV0299) += stv0299.o
@@ -88,4 +89,6 @@ obj-$(CONFIG_DVB_MB86A20S) += mb86a20s.o
obj-$(CONFIG_DVB_IX2505V) += ix2505v.o
obj-$(CONFIG_DVB_STV0367) += stv0367.o
obj-$(CONFIG_DVB_CXD2820R) += cxd2820r.o
+obj-$(CONFIG_DVB_DRXK) += drxk.o
+obj-$(CONFIG_DVB_TDA18271C2DD) += tda18271c2dd.o
OpenPOWER on IntegriCloud