From deb1818059e5c6a0a2bf6294e23ae87b6c2aafc3 Mon Sep 17 00:00:00 2001 From: Alex Van Brunt Date: Wed, 30 Mar 2016 12:54:09 -0700 Subject: gpu: nvgpu: add kernel-nvgpu to include path The nvgpu driver's headers moved along with the dirver. So, add the new path to the include search path. bug 200187033 Signed-off-by: Alex Van Brunt --- drivers/gpu/nvgpu/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/gpu/nvgpu/Makefile b/drivers/gpu/nvgpu/Makefile index df660eb7..1e7a9a39 100644 --- a/drivers/gpu/nvgpu/Makefile +++ b/drivers/gpu/nvgpu/Makefile @@ -3,6 +3,8 @@ GCOV_PROFILE := y ccflags-y += -Idrivers/gpu/nvgpu ccflags-y += -Idrivers/video/tegra/host ccflags-y += -Idrivers/devfreq +ccflags-y += -I../kernel-nvgpu/include +ccflags-y += -I../kernel-nvgpu/include/uapi ccflags-y += -Wno-multichar ccflags-y += -Werror ccflags-y += -Wno-error=cpp -- cgit v1.2.2