diff options
author | Steve Toth <stoth@hauppauge.com> | 2006-01-09 15:25:07 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 2006-01-09 15:25:07 -0200 |
commit | b79cb6531d5ba9174f9677ce2213c017d1e2ef19 (patch) | |
tree | af45e77912c67a84209ad82d84f599bb6967dfc4 /drivers/media/dvb/frontends/Makefile | |
parent | 36cb557a2f64513e2fdc1a542167e5e8a6c1c67e (diff) | |
download | blackbird-op-linux-b79cb6531d5ba9174f9677ce2213c017d1e2ef19.tar.gz blackbird-op-linux-b79cb6531d5ba9174f9677ce2213c017d1e2ef19.zip |
DVB (2445): Added demodulator driver for Nova-S-Plus and Nova-SE2 DVB-S support.
- Added demodulator driver for Nova-S-Plus and Nova-SE2 DVB-S support.
Signed-off-by: Steven Toth <stoth@hauppauge.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
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 a98760fe08a1..615ec830e1c9 100644 --- a/drivers/media/dvb/frontends/Makefile +++ b/drivers/media/dvb/frontends/Makefile @@ -32,3 +32,4 @@ obj-$(CONFIG_DVB_OR51132) += or51132.o obj-$(CONFIG_DVB_BCM3510) += bcm3510.o obj-$(CONFIG_DVB_S5H1420) += s5h1420.o obj-$(CONFIG_DVB_LGDT330X) += lgdt330x.o +obj-$(CONFIG_DVB_CX24123) += cx24123.o |