summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/frontends/Makefile
diff options
context:
space:
mode:
authorDevin Heitmueller <dheitmueller@linuxtv.org>2009-03-11 02:00:38 -0400
committerDevin Heitmueller <dheitmueller@linuxtv.org>2009-03-11 02:00:38 -0400
commit23e405c74fb529c9afc894ebc22d2b289a78628f (patch)
tree21ed9d8d72d0bae94b61c6381819578510ac1170 /linux/drivers/media/dvb/frontends/Makefile
parent552d2a4fdce766a81187b285e8114ee089b7a721 (diff)
downloadmediapointer-dvb-s2-23e405c74fb529c9afc894ebc22d2b289a78628f.tar.gz
mediapointer-dvb-s2-23e405c74fb529c9afc894ebc22d2b289a78628f.tar.bz2
au8522: add support for analog side of demodulator
From: Devin Heitmueller <dheitmueller@linuxtv.org> Add support for the analog functionality in the au8522 analog/digital demodulator Thanks to Michael Krufky <mkrufky@linuxtv.org> and Steven Toth <stoth@linuxtv.org> for providing sample hardware, engineering level support, and testing. Priority: normal Signed-off-by: Devin Heitmueller <dheitmueller@linuxtv.org> Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/dvb/frontends/Makefile')
-rw-r--r--linux/drivers/media/dvb/frontends/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/frontends/Makefile b/linux/drivers/media/dvb/frontends/Makefile
index fa3ab69f7..cffe25e2a 100644
--- a/linux/drivers/media/dvb/frontends/Makefile
+++ b/linux/drivers/media/dvb/frontends/Makefile
@@ -8,7 +8,7 @@ EXTRA_CFLAGS += -Idrivers/media/common/tuners/
s921-objs := s921_module.o s921_core.o
stb0899-objs = stb0899_drv.o stb0899_algo.o
stv0900-objs = stv0900_core.o stv0900_sw.o
-au8522-objs = au8522_dig.o
+au8522-objs = au8522_dig.o au8522_decoder.o
obj-$(CONFIG_DVB_PLL) += dvb-pll.o
obj-$(CONFIG_DVB_STV0299) += stv0299.o