From 8f5a42c4bf9c323b86452065d39ed7632b126561 Mon Sep 17 00:00:00 2001 From: Alex Waterman Date: Thu, 5 Jan 2017 10:33:11 -0800 Subject: gpu: nvgpu: Add include to t19x Add the general drivers/gpu/nvgpu/include path to the t19x search list for include files. Bug 1799159 Change-Id: I832a65afbbf3176cc14e28cade615af67bb0ceaf Signed-off-by: Alex Waterman Reviewed-on: http://git-master/r/1280889 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: svccoveritychecker GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom --- drivers/gpu/nvgpu/Makefile.nvgpu | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/gpu/nvgpu/Makefile.nvgpu') diff --git a/drivers/gpu/nvgpu/Makefile.nvgpu b/drivers/gpu/nvgpu/Makefile.nvgpu index afce062b..fb090ccd 100644 --- a/drivers/gpu/nvgpu/Makefile.nvgpu +++ b/drivers/gpu/nvgpu/Makefile.nvgpu @@ -14,6 +14,7 @@ ccflags-y += -Wextra -Wno-unused-parameter -Wno-missing-field-initializers endif ifeq ($(CONFIG_TEGRA_19x_GPU),y) +ccflags-y += -I$(srctree)/../nvgpu/drivers/gpu/nvgpu/include ccflags-y += -I$(srctree)/../nvgpu-t19x/drivers/gpu/nvgpu ccflags-y += -I$(srctree)/../nvgpu-t19x/include ccflags-y += -I$(srctree)/../nvgpu-t19x/include/uapi -- cgit v1.2.2