diff options
author | Steven Toth <stoth@linuxtv.org> | 2008-09-04 00:14:43 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-10-12 07:37:03 -0400 |
commit | 0d46748c3f874defbbbf98bcf40c7b18964abbc0 (patch) | |
tree | c1ea0786742508d2a95c0671040149143e4b10d0 /drivers/media/dvb/frontends/Makefile | |
parent | 6b73eeafbc856c0cef7166242f0e55403407f355 (diff) |
V4L/DVB (8986): cx24116: Adding DVB-S2 demodulator support
Adds support for the COnexant cx24116 DVB-S2 demodulator.
TODO: checkpatch cleanup.
Signed-off-by: Steven Toth <stoth@linuxtv.org>
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 1b5478886240..5deb8a542abd 100644 --- a/drivers/media/dvb/frontends/Makefile +++ b/drivers/media/dvb/frontends/Makefile | |||
@@ -51,3 +51,4 @@ obj-$(CONFIG_DVB_S5H1411) += s5h1411.o | |||
51 | obj-$(CONFIG_DVB_LGS8GL5) += lgs8gl5.o | 51 | obj-$(CONFIG_DVB_LGS8GL5) += lgs8gl5.o |
52 | obj-$(CONFIG_DVB_DUMMY_FE) += dvb_dummy_fe.o | 52 | obj-$(CONFIG_DVB_DUMMY_FE) += dvb_dummy_fe.o |
53 | obj-$(CONFIG_DVB_AF9013) += af9013.o | 53 | obj-$(CONFIG_DVB_AF9013) += af9013.o |
54 | obj-$(CONFIG_DVB_CX24116) += cx24116.o | ||