From e1a6ab0b27490fb45b4ba61f0b4f8ab82fc21a8b Mon Sep 17 00:00:00 2001 From: Alex Waterman Date: Thu, 21 Jun 2018 16:48:25 -0700 Subject: gpu: nvgpu: posix: Add missing bus C files to Makefile.sources Add two missing bus files to the userspace build. This caused a couple of missing symbol problems when compiling. JIRA NVGPU-525 Change-Id: I6566e35166b4b2b00a4e8960f0728bf59957d363 Signed-off-by: Alex Waterman Reviewed-on: https://git-master.nvidia.com/r/1757490 GVS: Gerrit_Virtual_Submit Reviewed-by: Konsta Holtta Reviewed-by: Bharat Nihalani Reviewed-by: Vijayakumar Subbu Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/Makefile.sources | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'drivers/gpu') diff --git a/drivers/gpu/nvgpu/Makefile.sources b/drivers/gpu/nvgpu/Makefile.sources index 761b5b9c..cad9c1e3 100644 --- a/drivers/gpu/nvgpu/Makefile.sources +++ b/drivers/gpu/nvgpu/Makefile.sources @@ -32,6 +32,10 @@ srcs := common/mm/nvgpu_allocator.c \ common/mm/nvgpu_mem.c \ common/mm/comptags.c \ common/mm/mm.c \ + common/bus/bus_gk20a.c \ + common/bus/bus_gm20b.c \ + common/bus/bus_gp10b.c \ + common/bus/bus_gv100.c \ common/enabled.c \ common/pramin.c \ common/semaphore.c \ @@ -108,7 +112,6 @@ srcs := common/mm/nvgpu_allocator.c \ lpwr/lpwr.c \ lpwr/rppg.c \ gk20a/gk20a.c \ - common/bus/bus_gk20a.c \ common/ptimer/ptimer_gk20a.c \ gk20a/ce2_gk20a.c \ gk20a/fifo_gk20a.c \ @@ -130,7 +133,6 @@ srcs := common/mm/nvgpu_allocator.c \ gk20a/tsg_gk20a.c \ gk20a/mc_gk20a.c \ gm20b/hal_gm20b.c \ - common/bus/bus_gm20b.c \ gm20b/ltc_gm20b.c \ gm20b/gr_gm20b.c \ gm20b/clk_gm20b.c \ -- cgit v1.2.2