summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/Makefile
diff options
context:
space:
mode:
authorKonsta Holtta <kholtta@nvidia.com>2014-10-15 09:39:01 -0400
committerDan Willemsen <dwillemsen@nvidia.com>2015-03-18 15:11:49 -0400
commit23d15214ae7d1e98b33552cd4cd2346cfea5725f (patch)
tree27ded405220af7be726214e89b9d9a2ea50d0597 /drivers/gpu/nvgpu/gm20b/Makefile
parentc1f8d68924bc2f50faa6afb6d12fa3acd72c2ec6 (diff)
gpu: nvgpu: allow building as a separate module
Include object files of gk20a, gm20b and vgpu in the same composite object nvgpu.o in the top-level makefile, and remove the old makefiles. This helps in building the driver as a separate module. Bug 1476801 Change-Id: I93531c0f1a20e46904a429e492f8ed32e4f0c4a1 Signed-off-by: Konsta Holtta <kholtta@nvidia.com> Reviewed-on: http://git-master/r/557971 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/Makefile')
-rw-r--r--drivers/gpu/nvgpu/gm20b/Makefile19
1 files changed, 0 insertions, 19 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/Makefile b/drivers/gpu/nvgpu/gm20b/Makefile
deleted file mode 100644
index 154fdcd5..00000000
--- a/drivers/gpu/nvgpu/gm20b/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
1GCOV_PROFILE := y
2ccflags-y += -Idrivers/gpu/nvgpu
3ccflags-y += -Wno-multichar
4ccflags-y += -Werror
5
6obj-$(CONFIG_GK20A) = \
7 hal_gm20b.o \
8 ltc_gm20b.o \
9 gr_gm20b.o \
10 gr_gm20b.o \
11 fb_gm20b.o \
12 fifo_gm20b.o \
13 gr_ctx_gm20b.o \
14 gm20b_gating_reglist.o \
15 acr_gm20b.o \
16 pmu_gm20b.o \
17 clk_gm20b.o \
18 mm_gm20b.o \
19 regops_gm20b.o