summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/Makefile')
-rw-r--r--drivers/gpu/nvgpu/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/Makefile b/drivers/gpu/nvgpu/Makefile
index 13a35f76..b0bb4176 100644
--- a/drivers/gpu/nvgpu/Makefile
+++ b/drivers/gpu/nvgpu/Makefile
@@ -16,7 +16,7 @@ ccflags-y += -I$(srctree)/../nvgpu-t18x/include
16ccflags-y += -I$(srctree)/../nvgpu-t18x/include/uapi 16ccflags-y += -I$(srctree)/../nvgpu-t18x/include/uapi
17endif 17endif
18 18
19ifeq ($(CONFIG_ARCH_TEGRA_19x_SOC),y) 19ifeq ($(CONFIG_TEGRA_19x_GPU),y)
20ccflags-y += -I$(srctree)/../nvgpu-t19x/drivers/gpu/nvgpu 20ccflags-y += -I$(srctree)/../nvgpu-t19x/drivers/gpu/nvgpu
21ccflags-y += -I$(srctree)/../nvgpu-t19x/include 21ccflags-y += -I$(srctree)/../nvgpu-t19x/include
22ccflags-y += -I$(srctree)/../nvgpu-t19x/include/uapi 22ccflags-y += -I$(srctree)/../nvgpu-t19x/include/uapi
@@ -117,7 +117,7 @@ include $(srctree)/../nvgpu-t18x/drivers/gpu/nvgpu/Makefile
117endif 117endif
118endif 118endif
119 119
120ifeq ($(CONFIG_ARCH_TEGRA_19x_SOC),y) 120ifeq ($(CONFIG_TEGRA_19x_GPU),y)
121ifneq ($(wildcard $(srctree)/../nvgpu-t19x/drivers/gpu/nvgpu/Makefile),) 121ifneq ($(wildcard $(srctree)/../nvgpu-t19x/drivers/gpu/nvgpu/Makefile),)
122include $(srctree)/../nvgpu-t19x/drivers/gpu/nvgpu/Makefile 122include $(srctree)/../nvgpu-t19x/drivers/gpu/nvgpu/Makefile
123endif 123endif