diff options
author | Steven Toth <stoth@hauppauge.com> | 2008-04-24 23:44:36 -0400 |
---|---|---|
committer | Steven Toth <stoth@hauppauge.com> | 2008-04-24 23:44:36 -0400 |
commit | ddbfaff96c71ca8b48a00e486c95217e981fb467 (patch) | |
tree | 494931c34d99a75166d414581afbba372261935c /linux/drivers/media/dvb/frontends/Makefile | |
parent | a6b6e4a50a6e773ced47026223985ff1322b9a8e (diff) | |
download | mediapointer-dvb-s2-ddbfaff96c71ca8b48a00e486c95217e981fb467.tar.gz mediapointer-dvb-s2-ddbfaff96c71ca8b48a00e486c95217e981fb467.tar.bz2 |
s5h1411: Adding support for this ATSC/QAM demodulator
From: Steven Toth <stoth@hauppauge.com>
This adds full support for this demodulator.
Signed-off-by: Steven Toth <stoth@hauppauge.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 3e32fc335..7b7f102eb 100644 --- a/linux/drivers/media/dvb/frontends/Makefile +++ b/linux/drivers/media/dvb/frontends/Makefile @@ -56,3 +56,4 @@ obj-$(CONFIG_DVB_TUNER_XC5000) += xc5000.o obj-$(CONFIG_DVB_TUNER_ITD1000) += itd1000.o obj-$(CONFIG_DVB_AU8522) += au8522.o obj-$(CONFIG_DVB_TDA10048) += tda10048.o +obj-$(CONFIG_DVB_S5H1411) += s5h1411.o |