summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gpu/nvgpu/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/Makefile b/drivers/gpu/nvgpu/Makefile
index 1e7a9a39..43824194 100644
--- a/drivers/gpu/nvgpu/Makefile
+++ b/drivers/gpu/nvgpu/Makefile
@@ -10,9 +10,9 @@ ccflags-y += -Werror
10ccflags-y += -Wno-error=cpp 10ccflags-y += -Wno-error=cpp
11 11
12ifeq ($(CONFIG_ARCH_TEGRA_18x_SOC),y) 12ifeq ($(CONFIG_ARCH_TEGRA_18x_SOC),y)
13ccflags-y += -I$(srctree)/../kernel-t18x/drivers/gpu/nvgpu 13ccflags-y += -I$(srctree)/../kernel-nvgpu-t18x/drivers/gpu/nvgpu
14ccflags-y += -I$(srctree)/../kernel-t18x/include 14ccflags-y += -I$(srctree)/../kernel-nvgpu-t18x/include
15ccflags-y += -I$(srctree)/../kernel-t18x/include/uapi 15ccflags-y += -I$(srctree)/../kernel-nvgpu-t18x/include/uapi
16endif 16endif
17 17
18obj-$(CONFIG_GK20A) := nvgpu.o 18obj-$(CONFIG_GK20A) := nvgpu.o