diff options
author | Oliver Endriss <o.endriss@gmx.de> | 2011-07-03 12:51:43 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-07-27 16:55:41 -0400 |
commit | f678c3b69a416bb320c8a251583ccaec64574b56 (patch) | |
tree | 3bd99bb5c2f42bfc57b7295251d33a582541cbe6 /drivers/media/dvb/frontends/Makefile | |
parent | ebc7de220b729b935c006f00b17e333590db6f75 (diff) |
[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/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/Makefile b/drivers/media/dvb/frontends/Makefile index 2f3a6f736d64..6a6ba053ead4 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 | |||
10 | au8522-objs = au8522_dig.o au8522_decoder.o | 10 | au8522-objs = au8522_dig.o au8522_decoder.o |
11 | drxd-objs = drxd_firm.o drxd_hard.o | 11 | drxd-objs = drxd_firm.o drxd_hard.o |
12 | cxd2820r-objs = cxd2820r_core.o cxd2820r_c.o cxd2820r_t.o cxd2820r_t2.o | 12 | cxd2820r-objs = cxd2820r_core.o cxd2820r_c.o cxd2820r_t.o cxd2820r_t2.o |
13 | drxk-objs := drxk_hard.o | ||
13 | 14 | ||
14 | obj-$(CONFIG_DVB_PLL) += dvb-pll.o | 15 | obj-$(CONFIG_DVB_PLL) += dvb-pll.o |
15 | obj-$(CONFIG_DVB_STV0299) += stv0299.o | 16 | obj-$(CONFIG_DVB_STV0299) += stv0299.o |
@@ -88,4 +89,6 @@ obj-$(CONFIG_DVB_MB86A20S) += mb86a20s.o | |||
88 | obj-$(CONFIG_DVB_IX2505V) += ix2505v.o | 89 | obj-$(CONFIG_DVB_IX2505V) += ix2505v.o |
89 | obj-$(CONFIG_DVB_STV0367) += stv0367.o | 90 | obj-$(CONFIG_DVB_STV0367) += stv0367.o |
90 | obj-$(CONFIG_DVB_CXD2820R) += cxd2820r.o | 91 | obj-$(CONFIG_DVB_CXD2820R) += cxd2820r.o |
92 | obj-$(CONFIG_DVB_DRXK) += drxk.o | ||
93 | obj-$(CONFIG_DVB_TDA18271C2DD) += tda18271c2dd.o | ||
91 | 94 | ||