diff options
author | Steven Toth <stoth@hauppauge.com> | 2008-04-18 21:06:25 -0400 |
---|---|---|
committer | Steven Toth <stoth@hauppauge.com> | 2008-04-18 21:06:25 -0400 |
commit | ccd624d20551fc0bd0d88f6bba125da836446978 (patch) | |
tree | 300c360f1255ec13c84b5d77cc80fe27963050d5 /linux/drivers/media/dvb/frontends/Makefile | |
parent | 95d7aea2f14caa63e65d2bab792626f8a90194b4 (diff) | |
download | mediapointer-dvb-s2-ccd624d20551fc0bd0d88f6bba125da836446978.tar.gz mediapointer-dvb-s2-ccd624d20551fc0bd0d88f6bba125da836446978.tar.bz2 |
Adding support for the NXP TDA10048HN DVB OFDM demodulator
From: Steven Toth <stoth@hauppauge.com>
Adding support for the NXP TDA10048HN DVB OFDM 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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/frontends/Makefile b/linux/drivers/media/dvb/frontends/Makefile index 33ccaa21a..2f873fc0f 100644 --- a/linux/drivers/media/dvb/frontends/Makefile +++ b/linux/drivers/media/dvb/frontends/Makefile @@ -54,4 +54,4 @@ obj-$(CONFIG_DVB_S5H1409) += s5h1409.o 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 |