diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2007-11-23 16:52:15 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-25 19:02:59 -0200 |
commit | 6ca04de36b05aaf2f8122d0e566940969c6df801 (patch) | |
tree | 33433eed465b98bb5eb05a130441185a7e4483eb /drivers/media/dvb/frontends/Makefile | |
parent | 63c254805e38bad4c64b5f5b0e135a2a357fa0bf (diff) | |
download | linux-next-6ca04de36b05aaf2f8122d0e566940969c6df801.tar.gz |
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/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/Makefile b/drivers/media/dvb/frontends/Makefile index 57e5fa80589b..784565208fb4 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 |