Skip to content

Commit

Permalink
V4L/DVB (3731): Kbuild: drivers/media/video/bt8xx: remove $(src) from…
Browse files Browse the repository at this point in the history
… 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>
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed May 12, 2006
1 parent 96b194c commit a728603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/video/bt8xx/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a728603

Please sign in to comment.