summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorAlex Van Brunt <avanbrunt@nvidia.com>2016-03-30 15:54:09 -0400
committerAlex Van Brunt <avanbrunt@nvidia.com>2016-03-30 17:06:41 -0400
commitdeb1818059e5c6a0a2bf6294e23ae87b6c2aafc3 (patch)
treef61b7bfa12fe004efadee0d5096b0d607b417f17 /drivers
parent466dc96afef268e57bbdc4bbf8a243fcdfdde164 (diff)
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 <avanbrunt@nvidia.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gpu/nvgpu/Makefile2
1 files changed, 2 insertions, 0 deletions
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
3ccflags-y += -Idrivers/gpu/nvgpu 3ccflags-y += -Idrivers/gpu/nvgpu
4ccflags-y += -Idrivers/video/tegra/host 4ccflags-y += -Idrivers/video/tegra/host
5ccflags-y += -Idrivers/devfreq 5ccflags-y += -Idrivers/devfreq
6ccflags-y += -I../kernel-nvgpu/include
7ccflags-y += -I../kernel-nvgpu/include/uapi
6ccflags-y += -Wno-multichar 8ccflags-y += -Wno-multichar
7ccflags-y += -Werror 9ccflags-y += -Werror
8ccflags-y += -Wno-error=cpp 10ccflags-y += -Wno-error=cpp