diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2006-04-04 21:23:04 -0400 |
---|---|---|
committer | Michael Krufky <mkrufky@linuxtv.org> | 2006-04-04 21:23:04 -0400 |
commit | b2711be0f47322a63ecba6e505413b4e31883c96 (patch) | |
tree | 047298348aa70bf9b4b573698d0e43abcd103f1d /linux/drivers/media/video/bt8xx/Makefile | |
parent | 36a1860e0d188401c2fd2697bab9024ba5ecd5a0 (diff) | |
download | mediapointer-dvb-s2-b2711be0f47322a63ecba6e505413b4e31883c96.tar.gz mediapointer-dvb-s2-b2711be0f47322a63ecba6e505413b4e31883c96.tar.bz2 |
kbuild: drivers/media/video/bt8xx: remove $(src) from include path
From: Michael Krufky <mkrufky@linuxtv.org>
- replaced '$(src)/..' with 'drivers/media/video'
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/video/bt8xx/Makefile')
-rw-r--r-- | linux/drivers/media/video/bt8xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/bt8xx/Makefile b/linux/drivers/media/video/bt8xx/Makefile index db641a36b..a096a0341 100644 --- a/linux/drivers/media/video/bt8xx/Makefile +++ b/linux/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 |