diff options
author | Steven Toth <stoth@linuxtv.org> | 2008-09-04 00:14:43 -0400 |
---|---|---|
committer | Steven Toth <stoth@linuxtv.org> | 2008-09-04 00:14:43 -0400 |
commit | 1b4e42f1ff264543858da24972931c7a4d995586 (patch) | |
tree | 634d86540983cf0fa18dd5ae5867476b165eacfa /linux/drivers/media/dvb/frontends/Makefile | |
parent | 3e2e701101286a530e336810f8ac8a2c546ed80e (diff) | |
download | mediapointer-dvb-s2-1b4e42f1ff264543858da24972931c7a4d995586.tar.gz mediapointer-dvb-s2-1b4e42f1ff264543858da24972931c7a4d995586.tar.bz2 |
cx24116: Adding DVB-S2 demodulator support
From: Steven Toth <stoth@linuxtv.org>
Adds support for the COnexant cx24116 DVB-S2 demodulator.
TODO: checkpatch cleanup.
Priority: normal
Signed-off-by: Steven Toth <stoth@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/dvb/frontends/Makefile')
-rw-r--r-- | linux/drivers/media/dvb/frontends/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/frontends/Makefile b/linux/drivers/media/dvb/frontends/Makefile index 262eaa429..9bcf29f86 100644 --- a/linux/drivers/media/dvb/frontends/Makefile +++ b/linux/drivers/media/dvb/frontends/Makefile @@ -49,3 +49,4 @@ obj-$(CONFIG_DVB_AU8522) += au8522.o obj-$(CONFIG_DVB_TDA10048) += tda10048.o obj-$(CONFIG_DVB_S5H1411) += s5h1411.o obj-$(CONFIG_DVB_LGS8GL5) += lgs8gl5.o +obj-$(CONFIG_DVB_CX24116) += cx24116.o |