summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/frontends/Makefile
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@linuxtv.org>2008-01-01 23:58:26 -0500
committerMichael Krufky <mkrufky@linuxtv.org>2008-01-01 23:58:26 -0500
commit0f4252b559f6ca00764e78c17baf23b236a32bf1 (patch)
treeb21747ef445760f1b4601800c39c2712b0f04aff /linux/drivers/media/dvb/frontends/Makefile
parent5d33f4169c27f73536d29934249ce7679368a7e1 (diff)
downloadmediapointer-dvb-s2-0f4252b559f6ca00764e78c17baf23b236a32bf1.tar.gz
mediapointer-dvb-s2-0f4252b559f6ca00764e78c17baf23b236a32bf1.tar.bz2
tda18271: move common code to tda18271-common.c
From: Michael Krufky <mkrufky@linuxtv.org> Move some common code to a new file to make this easier to look at. 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 1c082a6a9..16bd107eb 100644
--- a/linux/drivers/media/dvb/frontends/Makefile
+++ b/linux/drivers/media/dvb/frontends/Makefile
@@ -5,7 +5,7 @@
EXTRA_CFLAGS += -Idrivers/media/dvb/dvb-core/
EXTRA_CFLAGS += -Idrivers/media/video/
-tda18271-objs := tda18271-tables.o tda18271-fe.o
+tda18271-objs := tda18271-tables.o tda18271-common.o tda18271-fe.o
obj-$(CONFIG_DVB_PLL) += dvb-pll.o
obj-$(CONFIG_DVB_STV0299) += stv0299.o