From 23d15214ae7d1e98b33552cd4cd2346cfea5725f Mon Sep 17 00:00:00 2001 From: Konsta Holtta Date: Wed, 15 Oct 2014 16:39:01 +0300 Subject: 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 Reviewed-on: http://git-master/r/557971 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom --- drivers/gpu/nvgpu/gm20b/Makefile | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 drivers/gpu/nvgpu/gm20b/Makefile (limited to 'drivers/gpu/nvgpu/gm20b/Makefile') 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 @@ -GCOV_PROFILE := y -ccflags-y += -Idrivers/gpu/nvgpu -ccflags-y += -Wno-multichar -ccflags-y += -Werror - -obj-$(CONFIG_GK20A) = \ - hal_gm20b.o \ - ltc_gm20b.o \ - gr_gm20b.o \ - gr_gm20b.o \ - fb_gm20b.o \ - fifo_gm20b.o \ - gr_ctx_gm20b.o \ - gm20b_gating_reglist.o \ - acr_gm20b.o \ - pmu_gm20b.o \ - clk_gm20b.o \ - mm_gm20b.o \ - regops_gm20b.o -- cgit v1.2.2