summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorAlex Van Brunt <avanbrunt@nvidia.com>2016-03-30 15:56:54 -0400
committerAlex Van Brunt <avanbrunt@nvidia.com>2016-03-30 17:06:41 -0400
commitca414fd833c0aa40f4c5f870ce083088585551d6 (patch)
treee0e6e7b56b0a5fb116d4714fb84e1ce34386f9e4 /drivers
parentdeb1818059e5c6a0a2bf6294e23ae87b6c2aafc3 (diff)
gpu: nvgpu: move t18x code to kernel-nvgpu-t18x
Part of moving the nvgpu driver out of the common kernel is moving the T18x part of the nvgpu driver out of kernel-t18x. So, update the Makefile to replect this change. bug 200187033 Signed-off-by: Alex Van Brunt <avanbrunt@nvidia.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gpu/nvgpu/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/Makefile b/drivers/gpu/nvgpu/Makefile
index 1e7a9a39..43824194 100644
--- a/drivers/gpu/nvgpu/Makefile
+++ b/drivers/gpu/nvgpu/Makefile
@@ -10,9 +10,9 @@ ccflags-y += -Werror
10ccflags-y += -Wno-error=cpp 10ccflags-y += -Wno-error=cpp
11 11
12ifeq ($(CONFIG_ARCH_TEGRA_18x_SOC),y) 12ifeq ($(CONFIG_ARCH_TEGRA_18x_SOC),y)
13ccflags-y += -I$(srctree)/../kernel-t18x/drivers/gpu/nvgpu 13ccflags-y += -I$(srctree)/../kernel-nvgpu-t18x/drivers/gpu/nvgpu
14ccflags-y += -I$(srctree)/../kernel-t18x/include 14ccflags-y += -I$(srctree)/../kernel-nvgpu-t18x/include
15ccflags-y += -I$(srctree)/../kernel-t18x/include/uapi 15ccflags-y += -I$(srctree)/../kernel-nvgpu-t18x/include/uapi
16endif 16endif
17 17
18obj-$(CONFIG_GK20A) := nvgpu.o 18obj-$(CONFIG_GK20A) := nvgpu.o