From: Mauro Carvalho Chehab Date: Mon, 29 Dec 2008 21:06:09 +0000 (-0300) Subject: V4L/DVB (10106): gscpa - stv06xx: Fix compilation with kernel tree X-Git-Tag: v2.6.29-rc1~556^2~49 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=dd9e7c3c42fff48a338f87febee95cd289058bc9;p=karo-tx-linux.git V4L/DVB (10106): gscpa - stv06xx: Fix compilation with kernel tree Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/video/gspca/stv06xx/Makefile b/drivers/media/video/gspca/stv06xx/Makefile index 8f002b6233b2..feeaa94ab588 100644 --- a/drivers/media/video/gspca/stv06xx/Makefile +++ b/drivers/media/video/gspca/stv06xx/Makefile @@ -4,3 +4,6 @@ gspca_stv06xx-objs := stv06xx.o \ stv06xx_vv6410.o \ stv06xx_hdcs.o \ stv06xx_pb0100.o + +EXTRA_CFLAGS += -Idrivers/media/video/gspca +