diff options
author | Andrew de Quincy <devnull@localhost> | 2005-06-11 23:36:56 +0000 |
---|---|---|
committer | Andrew de Quincy <devnull@localhost> | 2005-06-11 23:36:56 +0000 |
commit | e97d0dd19851e39a1e1e2021b442fea0e2cebcf7 (patch) | |
tree | 7f70cc2a116393a1977d7f02ba7367bbc2dd71d5 /linux/drivers/media/dvb/frontends/Makefile | |
parent | 9dcc29ab9f5223f496e70cf344c1ce710bc94c1e (diff) | |
download | mediapointer-dvb-s2-e97d0dd19851e39a1e1e2021b442fea0e2cebcf7.tar.gz mediapointer-dvb-s2-e97d0dd19851e39a1e1e2021b442fea0e2cebcf7.tar.bz2 |
Initial support for s5h1420 frontend (new hauppauge/tt DVB-S SE). Untested
and incomplete, so commented out for the moment.
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 91d6d3576..8d46dd721 100644 --- a/linux/drivers/media/dvb/frontends/Makefile +++ b/linux/drivers/media/dvb/frontends/Makefile @@ -29,3 +29,4 @@ obj-$(CONFIG_DVB_NXT2002) += nxt2002.o obj-$(CONFIG_DVB_OR51211) += or51211.o obj-$(CONFIG_DVB_OR51132) += or51132.o obj-$(CONFIG_DVB_BCM3510) += bcm3510.o +obj-$(CONFIG_DVB_S5H1420) += s5h1420.o |