summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gpu/nvgpu/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/Makefile b/drivers/gpu/nvgpu/Makefile
index 43824194..1d712d57 100644
--- a/drivers/gpu/nvgpu/Makefile
+++ b/drivers/gpu/nvgpu/Makefile
@@ -98,5 +98,5 @@ nvgpu-$(CONFIG_GK20A_CYCLE_STATS) += \
98 gk20a/css_gr_gk20a.o 98 gk20a/css_gr_gk20a.o
99 99
100ifeq ($(CONFIG_ARCH_TEGRA_18x_SOC),y) 100ifeq ($(CONFIG_ARCH_TEGRA_18x_SOC),y)
101include ../kernel-t18x/drivers/gpu/nvgpu/Makefile 101include ../kernel-nvgpu-t18x/drivers/gpu/nvgpu/Makefile
102endif 102endif