From e37e527172e298eddbff78625b524f53ae0d3f96 Mon Sep 17 00:00:00 2001 From: Vinod G Date: Fri, 25 May 2018 11:15:56 -0700 Subject: gpu: nvgpu: Fix include path for clockgating headers Removed the reference for $NVGPU/drivers/gpu/nvgpu/common from Makefile and fixed the include path for the clockgating headers in HAL files. Change-Id: I34c179866d28c932501b38184ec18d20dce81480 Signed-off-by: Vinod G Reviewed-on: https://git-master.nvidia.com/r/1730759 Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'drivers/gpu/nvgpu/Makefile') diff --git a/drivers/gpu/nvgpu/Makefile b/drivers/gpu/nvgpu/Makefile index 6b4fc505..1fc52d73 100644 --- a/drivers/gpu/nvgpu/Makefile +++ b/drivers/gpu/nvgpu/Makefile @@ -2,7 +2,6 @@ GCOV_PROFILE := y ccflags-y += -I$(srctree.nvgpu)/drivers/gpu/nvgpu/include ccflags-y += -I$(srctree.nvgpu)/drivers/gpu/nvgpu -ccflags-y += -I$(srctree.nvgpu)/drivers/gpu/nvgpu/common ccflags-y += -I$(srctree.nvgpu)/include ccflags-y += -I$(srctree.nvgpu)/include/uapi ccflags-y += -I$(srctree.nvgpu-next)/drivers/gpu/nvgpu -- cgit v1.2.2