aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/Makefile
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2012-08-20 04:00:14 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-08-21 08:33:39 -0300
commit090836dd81f0d447dab3a48df91595c2d5a0968f (patch)
treee9ccf6c6ec1ee75cc14c5419898e05600b03ee0e /drivers/media/platform/Makefile
parentgpio: bt8xx: Fix build error due to missing include file (diff)
downloadlinux-dev-090836dd81f0d447dab3a48df91595c2d5a0968f.tar.xz
linux-dev-090836dd81f0d447dab3a48df91595c2d5a0968f.zip
[media] Fix vino compilation
A trivial fix so that vino can find the saa7191.h header. [mchehab@redhat.com: Fix merge conflict] Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/platform/Makefile')
-rw-r--r--drivers/media/platform/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/platform/Makefile b/drivers/media/platform/Makefile
index 71e1b281115e..4afb1af233e6 100644
--- a/drivers/media/platform/Makefile
+++ b/drivers/media/platform/Makefile
@@ -43,3 +43,5 @@ obj-$(CONFIG_VIDEO_SH_VOU) += sh_vou.o
obj-y += davinci/
obj-$(CONFIG_ARCH_OMAP) += omap/
+
+ccflags-y += -I$(srctree)/drivers/media/i2c