aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/bt8xx
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@linuxtv.org>2006-04-04 22:23:04 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-05-12 19:54:40 -0300
commita7286033f951ebc78527e63f335516ea2f95e142 (patch)
tree0535a3f9298ff74686329f06af37564b3da4bffd /drivers/media/video/bt8xx
parentV4L/DVB (3726): Fix TT budget-ci 1.1 CI slots (diff)
downloadlinux-dev-a7286033f951ebc78527e63f335516ea2f95e142.tar.xz
linux-dev-a7286033f951ebc78527e63f335516ea2f95e142.zip
V4L/DVB (3731): Kbuild: drivers/media/video/bt8xx: remove $(src) from include path
- replaced '$(src)/..' with 'drivers/media/video' Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/bt8xx')
-rw-r--r--drivers/media/video/bt8xx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/bt8xx/Makefile b/drivers/media/video/bt8xx/Makefile
index db641a36b197..a096a03418aa 100644
--- a/drivers/media/video/bt8xx/Makefile
+++ b/drivers/media/video/bt8xx/Makefile
@@ -8,5 +8,5 @@ bttv-objs := bttv-driver.o bttv-cards.o bttv-if.o \
obj-$(CONFIG_VIDEO_BT848) += bttv.o
-EXTRA_CFLAGS += -I$(src)/..
+EXTRA_CFLAGS += -Idrivers/media/video
EXTRA_CFLAGS += -Idrivers/media/dvb/dvb-core