summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
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