From ca414fd833c0aa40f4c5f870ce083088585551d6 Mon Sep 17 00:00:00 2001 From: Alex Van Brunt Date: Wed, 30 Mar 2016 12:56:54 -0700 Subject: 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 --- drivers/gpu/nvgpu/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'drivers') 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 ccflags-y += -Wno-error=cpp ifeq ($(CONFIG_ARCH_TEGRA_18x_SOC),y) -ccflags-y += -I$(srctree)/../kernel-t18x/drivers/gpu/nvgpu -ccflags-y += -I$(srctree)/../kernel-t18x/include -ccflags-y += -I$(srctree)/../kernel-t18x/include/uapi +ccflags-y += -I$(srctree)/../kernel-nvgpu-t18x/drivers/gpu/nvgpu +ccflags-y += -I$(srctree)/../kernel-nvgpu-t18x/include +ccflags-y += -I$(srctree)/../kernel-nvgpu-t18x/include/uapi endif obj-$(CONFIG_GK20A) := nvgpu.o -- cgit v1.2.2