diff options
author | Antti Palosaari <crope@iki.fi> | 2011-07-09 04:34:09 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-02-28 22:31:37 +0100 |
commit | c0adca734013389ac81513da546947e75d95151a (patch) | |
tree | 0faa6cd3715129092a41e90b2e817e2a0949a5bc /drivers/media/dvb/frontends/Makefile | |
parent | [media] v4l: s5p-tv: hdmi: integrate with MHL (diff) | |
download | linux-c0adca734013389ac81513da546947e75d95151a.tar.xz linux-c0adca734013389ac81513da546947e75d95151a.zip |
[media] Realtek RTL2830 DVB-T demodulator driver
Signed-off-by: Antti Palosaari <crope@iki.fi>
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 00a20636df62..7f85e64cdcb1 100644 --- a/drivers/media/dvb/frontends/Makefile +++ b/drivers/media/dvb/frontends/Makefile @@ -96,4 +96,5 @@ obj-$(CONFIG_DVB_TDA18271C2DD) += tda18271c2dd.o obj-$(CONFIG_DVB_IT913X_FE) += it913x-fe.o obj-$(CONFIG_DVB_A8293) += a8293.o obj-$(CONFIG_DVB_TDA10071) += tda10071.o +obj-$(CONFIG_DVB_RTL2830) += rtl2830.o |