summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/Makefile.nvgpu
diff options
context:
space:
mode:
authorAlex Waterman <alexw@nvidia.com>2017-01-12 15:57:37 -0500
committermobile promotions <svcmobile_promotions@nvidia.com>2017-01-24 18:15:11 -0500
commit90cfbc530e9bb97e6bc49647dedf99d48ad513dd (patch)
treef12602d70b6d62298347e36722273ec090daa01d /drivers/gpu/nvgpu/Makefile.nvgpu
parentbbc23423317212d9f459a78314dde68fbc5d619f (diff)
gpu: nvgpu: Add t19x nvgpu include path
This is necessary for building t19x with the new header file organization. Bug 1799159 Change-Id: I722146219ef22f79aa2f22614d11d44555fc9e5e Signed-off-by: Alex Waterman <alexw@nvidia.com> Reviewed-on: http://git-master/r/1284432 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@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 fb090ccd..30e2bdeb 100644
--- a/drivers/gpu/nvgpu/Makefile.nvgpu
+++ b/drivers/gpu/nvgpu/Makefile.nvgpu
@@ -16,6 +16,7 @@ endif
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/drivers/gpu/nvgpu/include
18ccflags-y += -I$(srctree)/../nvgpu-t19x/drivers/gpu/nvgpu 18ccflags-y += -I$(srctree)/../nvgpu-t19x/drivers/gpu/nvgpu
19ccflags-y += -I$(srctree)/../nvgpu-t19x/drivers/gpu/nvgpu/include
19ccflags-y += -I$(srctree)/../nvgpu-t19x/include 20ccflags-y += -I$(srctree)/../nvgpu-t19x/include
20ccflags-y += -I$(srctree)/../nvgpu-t19x/include/uapi 21ccflags-y += -I$(srctree)/../nvgpu-t19x/include/uapi
21endif 22endif