diff options
author | Antti Palosaari <crope@iki.fi> | 2009-11-13 22:33:45 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-12-05 18:41:32 -0200 |
commit | a15c7b42b2b8eda719920e93b81be031f2e0b01b (patch) | |
tree | fe17b1a3a783746d2873205bda14708b5b1b803a /drivers/media/dvb/frontends/Makefile | |
parent | c1426df678c5e9a095ff40285ff3d698d0d25658 (diff) | |
download | blackbird-op-linux-a15c7b42b2b8eda719920e93b81be031f2e0b01b.tar.gz blackbird-op-linux-a15c7b42b2b8eda719920e93b81be031f2e0b01b.zip |
V4L/DVB (13363): ec100: add new driver for E3C EC100 DVB-T demodulator
E3C EC100 DVB-T demodulator driver
Signed-off-by: Antti Palosaari <crope@iki.fi>
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/Makefile b/drivers/media/dvb/frontends/Makefile index 3523767e7a76..1ca758eeff59 100644 --- a/drivers/media/dvb/frontends/Makefile +++ b/drivers/media/dvb/frontends/Makefile @@ -76,3 +76,4 @@ obj-$(CONFIG_DVB_STV0900) += stv0900.o obj-$(CONFIG_DVB_STV090x) += stv090x.o obj-$(CONFIG_DVB_STV6110x) += stv6110x.o obj-$(CONFIG_DVB_ISL6423) += isl6423.o +obj-$(CONFIG_DVB_EC100) += ec100.o |