From ad28eb2f5c17c41638d09e694066d4d2919e72c3 Mon Sep 17 00:00:00 2001 From: Ishan Mittal Date: Thu, 25 May 2017 17:41:08 +0530 Subject: [PATCH] nvidia: Replace t18x/ in relative path with nvidia/ t18x repo will be discontinued and all code that resides there is moved into nvidia/. So, every reference to t18x/ should be corrected to nvidia/ Bug 200295104 Change-Id: I01ca1118de043511edca829e1cb2b8b52fb398df Signed-off-by: Vandana Salve --- drivers/gpu/drm/tegra/Makefile.nvidia | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/tegra/Makefile.nvidia b/drivers/gpu/drm/tegra/Makefile.nvidia index ee133616..98d4ee3c 100644 --- a/drivers/gpu/drm/tegra/Makefile.nvidia +++ b/drivers/gpu/drm/tegra/Makefile.nvidia @@ -1,5 +1,5 @@ ccflags-y += -Idrivers/gpu/drm/tegra -ccflags-y += -I../t18x/drivers/gpu/drm/tegra +ccflags-y += -I../nvidia/drivers/gpu/drm/tegra tegra-drm-t186-y = \ vic_t186.o \