summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/nvgpu/Makefile.nvgpu (renamed from drivers/gpu/nvgpu/Makefile)8
1 files changed, 7 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/Makefile b/drivers/gpu/nvgpu/Makefile.nvgpu
index 1cf2ea37..e3c115c6 100644
--- a/drivers/gpu/nvgpu/Makefile
+++ b/drivers/gpu/nvgpu/Makefile.nvgpu
@@ -122,10 +122,16 @@ ifeq ($(CONFIG_ARCH_TEGRA_18x_SOC),y)
122ifneq ($(wildcard $(srctree)/../nvgpu-t18x/drivers/gpu/nvgpu/Makefile),) 122ifneq ($(wildcard $(srctree)/../nvgpu-t18x/drivers/gpu/nvgpu/Makefile),)
123include $(srctree)/../nvgpu-t18x/drivers/gpu/nvgpu/Makefile 123include $(srctree)/../nvgpu-t18x/drivers/gpu/nvgpu/Makefile
124endif 124endif
125ifneq ($(wildcard $(srctree)/../nvgpu-t18x/drivers/gpu/nvgpu/Makefile.nvgpu-t18x),)
126include $(srctree)/../nvgpu-t18x/drivers/gpu/nvgpu/Makefile.nvgpu-t18x
127endif
125endif 128endif
126 129
127ifeq ($(CONFIG_TEGRA_19x_GPU),y) 130ifeq ($(CONFIG_ARCH_TEGRA_19x_SOC),y)
128ifneq ($(wildcard $(srctree)/../nvgpu-t19x/drivers/gpu/nvgpu/Makefile),) 131ifneq ($(wildcard $(srctree)/../nvgpu-t19x/drivers/gpu/nvgpu/Makefile),)
129include $(srctree)/../nvgpu-t19x/drivers/gpu/nvgpu/Makefile 132include $(srctree)/../nvgpu-t19x/drivers/gpu/nvgpu/Makefile
130endif 133endif
134ifneq ($(wildcard $(srctree)/../nvgpu-t19x/drivers/gpu/nvgpu/Makefile.nvgpu-t19x),)
135include $(srctree)/../nvgpu-t19x/drivers/gpu/nvgpu/Makefile.nvgpu-t19x
136endif
131endif 137endif