From b9a1518110c70bc500889c009fc37c2222a2c8e4 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/host1x/Makefile.nvidia | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/host1x/Makefile.nvidia b/drivers/gpu/host1x/Makefile.nvidia index 25d54f73..00744ed9 100644 --- a/drivers/gpu/host1x/Makefile.nvidia +++ b/drivers/gpu/host1x/Makefile.nvidia @@ -1,5 +1,5 @@ ccflags-y += -Idrivers/gpu/host1x -ccflags-y += -I../t18x/drivers/gpu/host1x +ccflags-y += -I../nvidia/drivers/gpu/host1x host1x-t186-y = \ dev_t186.o \