summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/Makefile')
-rw-r--r--drivers/gpu/nvgpu/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/Makefile b/drivers/gpu/nvgpu/Makefile
index 8c5b92e1..c23c858a 100644
--- a/drivers/gpu/nvgpu/Makefile
+++ b/drivers/gpu/nvgpu/Makefile
@@ -9,6 +9,7 @@ ccflags-y += -I$(srctree.nvgpu-next)/drivers/gpu/nvgpu
9ccflags-y += -I$(srctree)/drivers/devfreq 9ccflags-y += -I$(srctree)/drivers/devfreq
10 10
11ccflags-y += -Wno-multichar 11ccflags-y += -Wno-multichar
12ccflags-y += -Wno-sign-compare
12ccflags-y += -Werror 13ccflags-y += -Werror
13ccflags-y += -Wno-error=cpp 14ccflags-y += -Wno-error=cpp
14ifeq ($(VERSION),4) 15ifeq ($(VERSION),4)