diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2008-01-01 23:58:26 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-25 16:04:36 -0500 |
commit | 59067f7ed491ec95e6e9033e35e1ae726cff3cee (patch) | |
tree | f8ced76b07c63328a1552be35171c3ec8cddfb32 /drivers/media/dvb/frontends/Makefile | |
parent | 255b5113b4ed683898a24e381155c081f03411f7 (diff) |
V4L/DVB (6961): tda18271: move common code to tda18271-common.c
Move some common code to a new file to make this easier to look at.
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, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/Makefile b/drivers/media/dvb/frontends/Makefile index 1c082a6a9499..16bd107ebd32 100644 --- a/drivers/media/dvb/frontends/Makefile +++ b/drivers/media/dvb/frontends/Makefile | |||
@@ -5,7 +5,7 @@ | |||
5 | EXTRA_CFLAGS += -Idrivers/media/dvb/dvb-core/ | 5 | EXTRA_CFLAGS += -Idrivers/media/dvb/dvb-core/ |
6 | EXTRA_CFLAGS += -Idrivers/media/video/ | 6 | EXTRA_CFLAGS += -Idrivers/media/video/ |
7 | 7 | ||
8 | tda18271-objs := tda18271-tables.o tda18271-fe.o | 8 | tda18271-objs := tda18271-tables.o tda18271-common.o tda18271-fe.o |
9 | 9 | ||
10 | obj-$(CONFIG_DVB_PLL) += dvb-pll.o | 10 | obj-$(CONFIG_DVB_PLL) += dvb-pll.o |
11 | obj-$(CONFIG_DVB_STV0299) += stv0299.o | 11 | obj-$(CONFIG_DVB_STV0299) += stv0299.o |