diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2006-04-05 03:23:04 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-05-13 00:54:40 +0200 |
commit | a7286033f951ebc78527e63f335516ea2f95e142 (patch) | |
tree | 0535a3f9298ff74686329f06af37564b3da4bffd /drivers/media/video/bt8xx | |
parent | V4L/DVB (3726): Fix TT budget-ci 1.1 CI slots (diff) | |
download | linux-a7286033f951ebc78527e63f335516ea2f95e142.tar.xz linux-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/Makefile | 2 |
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 |