From 233df0927b68095bb08ffc78157884c4658c517b Mon Sep 17 00:00:00 2001 From: dmitry pervushin Date: Thu, 7 Jul 2016 20:08:29 +0200 Subject: nvgpu-t18x: use tegra-path for t18x project Use the tegra-path function to compute the path to the t18x project. This allows the file to be unmodified if the nvmap project is collaped into the main project. Bug 1783210 Signed-off-by: dmitry pervushin Change-Id: I04e8311fda5ba7984f0985c9abec63beb1b38c74 Reviewed-on: http://git-master/r/1177101 Reviewed-by: Automatic_Commit_Validation_User Reviewed-on: http://git-master/r/1178718 Tested-by: Alexander Van Brunt Reviewed-by: Alexander Van Brunt Reviewed-on: http://git-master/r/1189710 GVS: Gerrit_Virtual_Submit --- drivers/gpu/nvgpu/Makefile.nvgpu-t18x | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/nvgpu/Makefile.nvgpu-t18x b/drivers/gpu/nvgpu/Makefile.nvgpu-t18x index 643c0967..548a9c0d 100644 --- a/drivers/gpu/nvgpu/Makefile.nvgpu-t18x +++ b/drivers/gpu/nvgpu/Makefile.nvgpu-t18x @@ -1,4 +1,4 @@ -nvgpu-t18x := ../../../../nvgpu-t18x/drivers/gpu/nvgpu +nvgpu-t18x := $(call tegra-path,nvgpu-t18x,drivers/gpu/nvgpu) nvgpu-y += \ $(nvgpu-t18x)/gp10b/gr_gp10b.o \ -- cgit v1.2.2