aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/bt8xx/Makefile
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2008-04-29 21:38:44 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-04-29 18:41:37 -0300
commit7c91f0624a9a2b8b9b122cf94fef34bc7f7347a6 (patch)
treee48220117475037125e86a3add48aa12cef7731f /drivers/media/video/bt8xx/Makefile
parent5fe95e0b865060839449e1a61c1d5c67a4faab9a (diff)
downloadkernel_samsung_smdk4412-7c91f0624a9a2b8b9b122cf94fef34bc7f7347a6.zip
kernel_samsung_smdk4412-7c91f0624a9a2b8b9b122cf94fef34bc7f7347a6.tar.gz
kernel_samsung_smdk4412-7c91f0624a9a2b8b9b122cf94fef34bc7f7347a6.tar.bz2
V4L/DVB(7767): Move tuners to common/tuners
There were several issues in the past, caused by the hybrid tuner design, since now, the same tuner can be used by drivers/media/dvb and drivers/media/video. Kconfig items were rearranged, to split V4L/DVB core from their drivers. Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/bt8xx/Makefile')
-rw-r--r--drivers/media/video/bt8xx/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/bt8xx/Makefile b/drivers/media/video/bt8xx/Makefile
index 924d216..e415f6f 100644
--- a/drivers/media/video/bt8xx/Makefile
+++ b/drivers/media/video/bt8xx/Makefile
@@ -9,4 +9,5 @@ bttv-objs := bttv-driver.o bttv-cards.o bttv-if.o \
obj-$(CONFIG_VIDEO_BT848) += bttv.o
EXTRA_CFLAGS += -Idrivers/media/video
+EXTRA_CFLAGS += -Idrivers/media/common/tuners
EXTRA_CFLAGS += -Idrivers/media/dvb/dvb-core