aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/dvb/frontends/Makefile
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@linuxtv.org>2007-11-23 16:52:15 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-01-25 19:02:59 -0200
commit6ca04de36b05aaf2f8122d0e566940969c6df801 (patch)
tree33433eed465b98bb5eb05a130441185a7e4483eb /drivers/media/dvb/frontends/Makefile
parent63c254805e38bad4c64b5f5b0e135a2a357fa0bf (diff)
V4L/DVB (6680): tda18271: move tda18271_map tables to a separate source file
Move tda18271_map tables to a separate source file, to improve code readability and ease maintenance. Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/frontends/Makefile')
-rw-r--r--drivers/media/dvb/frontends/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/Makefile b/drivers/media/dvb/frontends/Makefile
index 57e5fa80589..784565208fb 100644
--- a/drivers/media/dvb/frontends/Makefile
+++ b/drivers/media/dvb/frontends/Makefile
@@ -5,6 +5,8 @@
EXTRA_CFLAGS += -Idrivers/media/dvb/dvb-core/
EXTRA_CFLAGS += -Idrivers/media/video/
+tda18271-objs := tda18271-tables.o tda18271-fe.o
+
obj-$(CONFIG_DVB_PLL) += dvb-pll.o
obj-$(CONFIG_DVB_STV0299) += stv0299.o
obj-$(CONFIG_DVB_SP8870) += sp8870.o