diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-04-01 07:35:10 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-04-01 07:35:10 +0000 |
commit | f59d306e416b8bfd707417c9a8c1d77e2e87f173 (patch) | |
tree | f9763353dbb259e80cf7ca4ff208c1382e0160c3 /linux/drivers/media/dvb/frontends/Makefile | |
parent | 7311d91726777ee42703fdf54cc73f851fb2e184 (diff) | |
download | mediapointer-dvb-s2-f59d306e416b8bfd707417c9a8c1d77e2e87f173.tar.gz mediapointer-dvb-s2-f59d306e416b8bfd707417c9a8c1d77e2e87f173.tar.bz2 |
Support for Legend Silicon LGS8913/LGS8GL5/LGS8GXX China DMB-TH digital demodulator
From: David Wong <davidtlwong@gmail.com>
This patch contains the unified driver for Legend Silicon LGS8913 and
LGS8GL5. It should replace lgs8gl5.c in media/dvb/frontends in the future.
Signed-off-by: David T.L. Wong <davidtlwong@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
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 65a336aa1..bc2b00abd 100644 --- a/linux/drivers/media/dvb/frontends/Makefile +++ b/linux/drivers/media/dvb/frontends/Makefile @@ -61,6 +61,7 @@ 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_LGS8GXX) += lgs8gxx.o obj-$(CONFIG_DVB_DUMMY_FE) += dvb_dummy_fe.o obj-$(CONFIG_DVB_AF9013) += af9013.o obj-$(CONFIG_DVB_CX24116) += cx24116.o |