From 960704ca2579ba78cd7996f3b5d29c0f8461596b Mon Sep 17 00:00:00 2001 From: Alex Van Brunt Date: Mon, 4 Apr 2016 14:05:12 -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 Change-Id: I61288943ee210840e483b3e3e14758d4a47a0a2f Signed-off-by: Alex Van Brunt Reviewed-on: http://git-master/r/1119965 Reviewed-by: Terje Bergstrom GVS: Gerrit_Virtual_Submit --- drivers/gpu/nvgpu/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/nvgpu/Makefile b/drivers/gpu/nvgpu/Makefile index c29173f5..e5ed32d4 100644 --- a/drivers/gpu/nvgpu/Makefile +++ b/drivers/gpu/nvgpu/Makefile @@ -1,4 +1,4 @@ -nvgpu-t18x := ../../../../kernel-t18x/drivers/gpu/nvgpu +nvgpu-t18x := ../../../../kernel-nvgpu-t18x/drivers/gpu/nvgpu nvgpu-y += \ $(nvgpu-t18x)/gp10b/gr_gp10b.o \ -- cgit v1.2.2