summaryrefslogtreecommitdiff
path: root/drivers/staging/media/platform/bcm2835/Makefile
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2017-02-01 19:15:06 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-02-02 15:01:32 +0300
commit3ad13763b5f4db9b8310ebd857136479c94413e5 (patch)
tree9df062e2e91b093cfde38ee5a5cafc50772eaeab /drivers/staging/media/platform/bcm2835/Makefile
parentd3a4e613bcc3212be7bcf93096a351ad81da246e (diff)
downloadlinux-3ad13763b5f4db9b8310ebd857136479c94413e5.tar.xz
staging: bcm2835-v4l: remove incorrect include path
The driver introduces a new instance of the missing-include-dirs warning that is enabled at the "make W=1" level but has no other output: cc1: error: drivers/staging/vc04_services/interface/vcos/linuxkernel: No such file or directory [-Werror=missing-include-dirs] cc1: all warnings being treated as errors scripts/Makefile.build:307: recipe for target 'drivers/staging/media/platform/bcm2835/bcm2835-camera.o' failed In order to let us enable the warning by default in the future, we should just remove the incorrect argument here. Fixes: 97b35807cc4d ("staging: bcm2835-v4l2: Add a build system for the module.") Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/media/platform/bcm2835/Makefile')
-rw-r--r--drivers/staging/media/platform/bcm2835/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/media/platform/bcm2835/Makefile b/drivers/staging/media/platform/bcm2835/Makefile
index d7900a5951a8..8307f30517d5 100644
--- a/drivers/staging/media/platform/bcm2835/Makefile
+++ b/drivers/staging/media/platform/bcm2835/Makefile
@@ -7,5 +7,4 @@ obj-$(CONFIG_VIDEO_BCM2835) += bcm2835-v4l2.o
ccflags-y += \
-Idrivers/staging/vc04_services \
- -Idrivers/staging/vc04_services/interface/vcos/linuxkernel \
-D__VCCOREVER__=0x04000000