summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/Makefile.nvgpu
diff options
context:
space:
mode:
authorAlex Waterman <alexw@nvidia.com>2017-01-05 13:33:11 -0500
committermobile promotions <svcmobile_promotions@nvidia.com>2017-01-18 19:46:27 -0500
commit8f5a42c4bf9c323b86452065d39ed7632b126561 (patch)
tree8a887e0c715224d4ad798c9576dfbc7985efb45c /drivers/gpu/nvgpu/Makefile.nvgpu
parenteba4aba00c54485e76e8d8adf5430abd9d10fe79 (diff)
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 <alexw@nvidia.com> Reviewed-on: http://git-master/r/1280889 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: svccoveritychecker <svccoveritychecker@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/Makefile.nvgpu')
-rw-r--r--drivers/gpu/nvgpu/Makefile.nvgpu1
1 files changed, 1 insertions, 0 deletions
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
14endif 14endif
15 15
16ifeq ($(CONFIG_TEGRA_19x_GPU),y) 16ifeq ($(CONFIG_TEGRA_19x_GPU),y)
17ccflags-y += -I$(srctree)/../nvgpu/drivers/gpu/nvgpu/include
17ccflags-y += -I$(srctree)/../nvgpu-t19x/drivers/gpu/nvgpu 18ccflags-y += -I$(srctree)/../nvgpu-t19x/drivers/gpu/nvgpu
18ccflags-y += -I$(srctree)/../nvgpu-t19x/include 19ccflags-y += -I$(srctree)/../nvgpu-t19x/include
19ccflags-y += -I$(srctree)/../nvgpu-t19x/include/uapi 20ccflags-y += -I$(srctree)/../nvgpu-t19x/include/uapi