From 326f97187a7757fbf388bebad1b3cc8520593ee7 Mon Sep 17 00:00:00 2001 From: Deepak Nibade Date: Thu, 16 Nov 2017 02:18:14 -0800 Subject: gpu: nvgpu: remove nvgpu-t19x includes We no longer use code in nvgpu-t19x or t19x repo, so remove obsolete includes from Makefile Bug 200363166 Change-Id: I29e78931e90e0afffecf756bf7479ed8784dbc25 Signed-off-by: Deepak Nibade Reviewed-on: https://git-master.nvidia.com/r/1599470 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/Makefile | 8 -------- 1 file changed, 8 deletions(-) (limited to 'drivers/gpu/nvgpu/Makefile') diff --git a/drivers/gpu/nvgpu/Makefile b/drivers/gpu/nvgpu/Makefile index 9a7a3d07..e37d18b8 100644 --- a/drivers/gpu/nvgpu/Makefile +++ b/drivers/gpu/nvgpu/Makefile @@ -14,14 +14,6 @@ ifeq ($(VERSION),4) ccflags-y += -Wextra -Wno-unused-parameter -Wno-missing-field-initializers endif -ifeq ($(CONFIG_TEGRA_19x_GPU),y) -ccflags-y += -I$(srctree.nvgpu-t19x)/drivers/gpu/nvgpu -ccflags-y += -I$(srctree.nvgpu-t19x)/drivers/gpu/nvgpu/include -ccflags-y += -I$(srctree.nvgpu-t19x)/include -ccflags-y += -I$(srctree.nvgpu-t19x)/include/uapi -ccflags-y += -I$(srctree.t19x)/include -endif - obj-$(CONFIG_GK20A) := nvgpu.o nvgpu-y := \ -- cgit v1.2.2