aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/bt8xx/Makefile
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/Makefile
parent96b194c12e1206e5cdccf55ea71bb38ce1124bd9 (diff)
downloadkernel_samsung_smdk4412-a7286033f951ebc78527e63f335516ea2f95e142.zip
kernel_samsung_smdk4412-a7286033f951ebc78527e63f335516ea2f95e142.tar.gz
kernel_samsung_smdk4412-a7286033f951ebc78527e63f335516ea2f95e142.tar.bz2
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/Makefile')
-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 db641a3..a096a03 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