From af16dccff3463a9a4cf9e50fda2cf85852d26a98 Mon Sep 17 00:00:00 2001 From: Pritesh Raithatha Date: Mon, 9 May 2016 11:55:38 +0530 Subject: [PATCH] video: tegra: host: change kernel path All kernel versions are getting moved inside $TOP/kernel folder. Changing kernel paths accordingly. Bug 200190733 Change-Id: I77d110cc4cf43fc16a3c30e77a9becbb97028ac9 Signed-off-by: Pritesh Raithatha Reviewed-on: http://git-master/r/1143393 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Bharat Nihalani --- drivers/video/tegra/host/nvdla/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/video/tegra/host/nvdla/Makefile b/drivers/video/tegra/host/nvdla/Makefile index 839a153e..08d12d3b 100644 --- a/drivers/video/tegra/host/nvdla/Makefile +++ b/drivers/video/tegra/host/nvdla/Makefile @@ -1,8 +1,8 @@ GCOV_PROFILE := y -ccflags-y += -I../kernel-nvhost/drivers/video/tegra/host -ccflags-y += -I../kernel-nvhost-t18x/drivers/video/tegra/host -ccflags-y += -I../kernel-nvhost-t19x/drivers/video/tegra/host -ccflags-y += -I../kernel-nvhost-t19x/include/linux +ccflags-y += -I../nvhost/drivers/video/tegra/host +ccflags-y += -I../nvhost-t18x/drivers/video/tegra/host +ccflags-y += -I../nvhost-t19x/drivers/video/tegra/host +ccflags-y += -I../nvhost-t19x/include/linux ccflags-y += -Werror nvhost-nvdla-objs = \