summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorAlex Van Brunt <avanbrunt@nvidia.com>2016-03-30 15:56:54 -0400
committerAlexander Van Brunt <avanbrunt@nvidia.com>2016-04-04 20:12:33 -0400
commitd14ab70b59b37858f55af316db49afbd4b0997cd (patch)
tree80f5603056b6f17926f7b4aa7a6af54043727dd4 /drivers
parenta3d7d84a3a0e7b5cd38bdaab570b576832277996 (diff)
gpu: nvgpu: move t18x code to kernel-nvgpu-t18x
Part of moving the nvgpu driver out of the common kernel is moving the T18x part of the nvgpu driver out of kernel-t18x. So, update the Makefile to replect this change. bug 200187033 Signed-off-by: Alex Van Brunt <avanbrunt@nvidia.com> Change-Id: I97ab32b4c5f8971060b7bfa0aab362ba2fe2eb00 Reviewed-on: http://git-master/r/1119775
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