summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/vgpu
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2016-03-08 13:54:02 -0500
committerDeepak Nibade <dnibade@nvidia.com>2016-12-27 04:52:11 -0500
commiteada66b2a90d08e3323ec76dfd4ad78f3c9f0ee5 (patch)
tree013d6454db303cc88e35cbbeb169d419883789d2 /drivers/gpu/nvgpu/vgpu
parent5244299cdf56047a28d5ba0944649ea0f8cd0928 (diff)
gpu: nvgpu: gp10b: Allow importing makefile via include
Refactor makefiles so that there is one makefile, and that file can be included in the main nvgpu build. Bug 1476801 Change-Id: I23ac451d695fc64064de2300e83b9d9487c52743 Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: http://git-master/r/1028353 Reviewed-by: Konsta Holtta <kholtta@nvidia.com> GVS: Gerrit_Virtual_Submit
Diffstat (limited to 'drivers/gpu/nvgpu/vgpu')
-rw-r--r--drivers/gpu/nvgpu/vgpu/gp10b/Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/drivers/gpu/nvgpu/vgpu/gp10b/Makefile b/drivers/gpu/nvgpu/vgpu/gp10b/Makefile
deleted file mode 100644
index fed8a08e..00000000
--- a/drivers/gpu/nvgpu/vgpu/gp10b/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
1GCOV_PROFILE := y
2
3ccflags-$(CONFIG_GK20A) += -I$(srctree)/drivers/gpu/nvgpu
4ccflags-$(CONFIG_GK20A) += -I$(srctree)/include
5ccflags-$(CONFIG_GK20A) += -I$(srctree)/../kernel-t18x/drivers/gpu/nvgpu
6ccflags-$(CONFIG_GK20A) += -I$(srctree)/../kernel-t18x/include
7ccflags-$(CONFIG_GK20A) += -I$(srctree)/../kernel-t18x/include/uapi
8
9ccflags-$(CONFIG_GK20A) += -Wno-multichar
10ccflags-y += -Werror
11
12obj-$(CONFIG_GK20A) += \
13 vgpu_hal_gp10b.o \
14 vgpu_gr_gp10b.o \
15 vgpu_mm_gp10b.o \
16 vgpu_fifo_gp10b.o