mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-25 02:52:51 +03:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user