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>
Change-Id: I97ab32b4c5f8971060b7bfa0aab362ba2fe2eb00
Reviewed-on: http://git-master/r/1119775
This commit is contained in:
Alex Van Brunt
2016-03-30 12:56:54 -07:00
committed by Alexander Van Brunt
parent a3d7d84a3a
commit d14ab70b59

View File

@@ -98,5 +98,5 @@ nvgpu-$(CONFIG_GK20A_CYCLE_STATS) += \
gk20a/css_gr_gk20a.o gk20a/css_gr_gk20a.o
ifeq ($(CONFIG_ARCH_TEGRA_18x_SOC),y) ifeq ($(CONFIG_ARCH_TEGRA_18x_SOC),y)
include ../kernel-t18x/drivers/gpu/nvgpu/Makefile include ../kernel-nvgpu-t18x/drivers/gpu/nvgpu/Makefile
endif endif