From c7871478e1dceb7da03500bbe1fae070c381c6fd Mon Sep 17 00:00:00 2001 From: Pritesh Raithatha Date: Mon, 9 May 2016 12:30:15 +0530 Subject: [PATCH] kernel: t18x: change kernel path All kernel versions are getting moved inside $TOP/kernel folder. Changing kernel paths accordingly. Bug 200190733 Change-Id: Ia0353dd4be3fb3d76bbfc82609be99546a217f92 Signed-off-by: Pritesh Raithatha Reviewed-on: http://git-master/r/1143409 Reviewed-by: Bharat Nihalani Tested-by: Bharat Nihalani --- drivers/gpu/host1x/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/host1x/Makefile b/drivers/gpu/host1x/Makefile index 9c8c6467..25d54f73 100644 --- a/drivers/gpu/host1x/Makefile +++ b/drivers/gpu/host1x/Makefile @@ -1,5 +1,5 @@ ccflags-y += -Idrivers/gpu/host1x -ccflags-y += -I../kernel-t18x/drivers/gpu/host1x +ccflags-y += -I../t18x/drivers/gpu/host1x host1x-t186-y = \ dev_t186.o \