summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/frontends/Makefile
diff options
context:
space:
mode:
authorPatrick Boettcher <pb@linuxtv.org>2008-11-23 20:26:54 +0100
committerPatrick Boettcher <pb@linuxtv.org>2008-11-23 20:26:54 +0100
commitf60183b96cdd33d9d00bde6f769048c15bb27c4c (patch)
treedd2ec2c47b5d90493a1629b8b8e58ad379b3ae21 /linux/drivers/media/dvb/frontends/Makefile
parentb0d6553d68b8a1ffded1620af3daf811d387fa31 (diff)
downloadmediapointer-dvb-s2-f60183b96cdd33d9d00bde6f769048c15bb27c4c.tar.gz
mediapointer-dvb-s2-f60183b96cdd33d9d00bde6f769048c15bb27c4c.tar.bz2
Add support for the CX24113 DVB-S tuner driver
From: Patrick Boettcher <pb@linuxtv.org> This commit adds support for the CX24113 DVB-S tuner driver and thus support for the Technisat Skystar2 revision 2.8. The driver was created with the help of Technisat. Thank you very much. Priority: normal Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/dvb/frontends/Makefile')
-rw-r--r--linux/drivers/media/dvb/frontends/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/frontends/Makefile b/linux/drivers/media/dvb/frontends/Makefile
index 7a19c0c7b..af7bdf0ad 100644
--- a/linux/drivers/media/dvb/frontends/Makefile
+++ b/linux/drivers/media/dvb/frontends/Makefile
@@ -54,6 +54,7 @@ obj-$(CONFIG_DVB_S5H1409) += s5h1409.o
obj-$(CONFIG_DVB_TUNER_ITD1000) += itd1000.o
obj-$(CONFIG_DVB_AU8522) += au8522.o
obj-$(CONFIG_DVB_TDA10048) += tda10048.o
+obj-$(CONFIG_DVB_TUNER_CX24113) += cx24113.o
obj-$(CONFIG_DVB_S5H1411) += s5h1411.o
obj-$(CONFIG_DVB_LGS8GL5) += lgs8gl5.o
obj-$(CONFIG_DVB_DUMMY_FE) += dvb_dummy_fe.o