diff options
author | David Wong <davidtlwong@gmail.com> | 2009-04-01 03:35:10 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-04-06 20:44:32 -0400 |
commit | f15da16d869be8be5ef991f8d042532c119310fa (patch) | |
tree | 764e5593a5e7caf5abb5deb24e0d15f10460b911 /drivers/media/dvb/frontends/Makefile | |
parent | 81d1d09f926394c19a19ceeb139462908ac63a01 (diff) |
V4L/DVB (11398): Support for Legend Silicon LGS8913/LGS8GL5/LGS8GXX China DMB-TH digital demodulator
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 '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 65a336aa1db6..bc2b00abd106 100644 --- a/drivers/media/dvb/frontends/Makefile +++ b/drivers/media/dvb/frontends/Makefile | |||
@@ -61,6 +61,7 @@ obj-$(CONFIG_DVB_TDA10048) += tda10048.o | |||
61 | obj-$(CONFIG_DVB_TUNER_CX24113) += cx24113.o | 61 | obj-$(CONFIG_DVB_TUNER_CX24113) += cx24113.o |
62 | obj-$(CONFIG_DVB_S5H1411) += s5h1411.o | 62 | obj-$(CONFIG_DVB_S5H1411) += s5h1411.o |
63 | obj-$(CONFIG_DVB_LGS8GL5) += lgs8gl5.o | 63 | obj-$(CONFIG_DVB_LGS8GL5) += lgs8gl5.o |
64 | obj-$(CONFIG_DVB_LGS8GXX) += lgs8gxx.o | ||
64 | obj-$(CONFIG_DVB_DUMMY_FE) += dvb_dummy_fe.o | 65 | obj-$(CONFIG_DVB_DUMMY_FE) += dvb_dummy_fe.o |
65 | obj-$(CONFIG_DVB_AF9013) += af9013.o | 66 | obj-$(CONFIG_DVB_AF9013) += af9013.o |
66 | obj-$(CONFIG_DVB_CX24116) += cx24116.o | 67 | obj-$(CONFIG_DVB_CX24116) += cx24116.o |