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>
This commit is contained in:
Alex Van Brunt
2016-03-30 12:54:09 -07:00
parent 466dc96afe
commit deb1818059

View File

@@ -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