From d14ab70b59b37858f55af316db49afbd4b0997cd Mon Sep 17 00:00:00 2001 From: Alex Van Brunt Date: Wed, 30 Mar 2016 12:56:54 -0700 Subject: 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 Change-Id: I97ab32b4c5f8971060b7bfa0aab362ba2fe2eb00 Reviewed-on: http://git-master/r/1119775 --- drivers/gpu/nvgpu/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/gpu/nvgpu') 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) += \ gk20a/css_gr_gk20a.o ifeq ($(CONFIG_ARCH_TEGRA_18x_SOC),y) -include ../kernel-t18x/drivers/gpu/nvgpu/Makefile +include ../kernel-nvgpu-t18x/drivers/gpu/nvgpu/Makefile endif -- cgit v1.2.2