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 e140589a..7a439c10 100644
--- a/drivers/gpu/nvgpu/Makefile
+++ b/drivers/gpu/nvgpu/Makefile
@@ -8,6 +8,7 @@ ccflags-y += -I../kernel-nvgpu/include/uapi
8ccflags-y += -Wno-multichar 8ccflags-y += -Wno-multichar
9ccflags-y += -Werror 9ccflags-y += -Werror
10ccflags-y += -Wno-error=cpp 10ccflags-y += -Wno-error=cpp
11ccflags-y += -Wno-duplicate-decl-specifier
11 12
12ifeq ($(CONFIG_ARCH_TEGRA_18x_SOC),y) 13ifeq ($(CONFIG_ARCH_TEGRA_18x_SOC),y)
13ccflags-y += -I$(srctree)/../kernel-nvgpu-t18x/drivers/gpu/nvgpu 14ccflags-y += -I$(srctree)/../kernel-nvgpu-t18x/drivers/gpu/nvgpu