summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorAlex Waterman <alexw@nvidia.com>2018-06-21 19:48:25 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2018-06-25 15:04:38 -0400
commite1a6ab0b27490fb45b4ba61f0b4f8ab82fc21a8b (patch)
tree79ac9b855295c1e748eb87d8b747bef67cb1b687 /drivers
parent8569be52c2bf28357ab3c045df8113a8bce07350 (diff)
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 <alexw@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1757490 GVS: Gerrit_Virtual_Submit Reviewed-by: Konsta Holtta <kholtta@nvidia.com> Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com> Reviewed-by: Vijayakumar Subbu <vsubbu@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gpu/nvgpu/Makefile.sources6
1 files changed, 4 insertions, 2 deletions
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 \
32 common/mm/nvgpu_mem.c \ 32 common/mm/nvgpu_mem.c \
33 common/mm/comptags.c \ 33 common/mm/comptags.c \
34 common/mm/mm.c \ 34 common/mm/mm.c \
35 common/bus/bus_gk20a.c \
36 common/bus/bus_gm20b.c \
37 common/bus/bus_gp10b.c \
38 common/bus/bus_gv100.c \
35 common/enabled.c \ 39 common/enabled.c \
36 common/pramin.c \ 40 common/pramin.c \
37 common/semaphore.c \ 41 common/semaphore.c \
@@ -108,7 +112,6 @@ srcs := common/mm/nvgpu_allocator.c \
108 lpwr/lpwr.c \ 112 lpwr/lpwr.c \
109 lpwr/rppg.c \ 113 lpwr/rppg.c \
110 gk20a/gk20a.c \ 114 gk20a/gk20a.c \
111 common/bus/bus_gk20a.c \
112 common/ptimer/ptimer_gk20a.c \ 115 common/ptimer/ptimer_gk20a.c \
113 gk20a/ce2_gk20a.c \ 116 gk20a/ce2_gk20a.c \
114 gk20a/fifo_gk20a.c \ 117 gk20a/fifo_gk20a.c \
@@ -130,7 +133,6 @@ srcs := common/mm/nvgpu_allocator.c \
130 gk20a/tsg_gk20a.c \ 133 gk20a/tsg_gk20a.c \
131 gk20a/mc_gk20a.c \ 134 gk20a/mc_gk20a.c \
132 gm20b/hal_gm20b.c \ 135 gm20b/hal_gm20b.c \
133 common/bus/bus_gm20b.c \
134 gm20b/ltc_gm20b.c \ 136 gm20b/ltc_gm20b.c \
135 gm20b/gr_gm20b.c \ 137 gm20b/gr_gm20b.c \
136 gm20b/clk_gm20b.c \ 138 gm20b/clk_gm20b.c \