summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/Makefile.sources
diff options
context:
space:
mode:
authorAdeel Raza <araza@nvidia.com>2018-06-12 16:23:55 -0400
committerTejal Kudav <tkudav@nvidia.com>2018-06-14 09:44:08 -0400
commita6f843b114e7dbb8c86a989f8cd2df57794c501c (patch)
treef8e2adeea3d564ec1e7cfa1d50510b7b1cba5e25 /drivers/gpu/nvgpu/Makefile.sources
parent9c5bcbe6f2b71592c3a07d5884b68ad10fdffffd (diff)
gpu: nvgpu: fix userspace build
The following changes moved/renamed/deleted files: - https://git-master.nvidia.com/r/#/c/1730893/ - https://git-master.nvidia.com/r/#/c/1730890/ These changes did not update Makefile.sources which is used by the userspace build. That's why the userspace build broke. This change updates Makefile.sources and fixes the userspace build. Change-Id: I011101c2f956cd1304d44d54d3e4a1a4cdfb6da9 Signed-off-by: Adeel Raza <araza@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1747659 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Vinod Gopalakrishnakurup <vinodg@nvidia.com> Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-by: Konsta Holtta <kholtta@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/Makefile.sources')
-rw-r--r--drivers/gpu/nvgpu/Makefile.sources4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/Makefile.sources b/drivers/gpu/nvgpu/Makefile.sources
index ad788f49..761b5b9c 100644
--- a/drivers/gpu/nvgpu/Makefile.sources
+++ b/drivers/gpu/nvgpu/Makefile.sources
@@ -32,7 +32,6 @@ 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.c \
36 common/enabled.c \ 35 common/enabled.c \
37 common/pramin.c \ 36 common/pramin.c \
38 common/semaphore.c \ 37 common/semaphore.c \
@@ -71,6 +70,7 @@ srcs := common/mm/nvgpu_allocator.c \
71 common/posix/nvlink.c \ 70 common/posix/nvlink.c \
72 common/posix/lock.c \ 71 common/posix/lock.c \
73 common/posix/stubs.c \ 72 common/posix/stubs.c \
73 common/ptimer/ptimer.c \
74 common/clock_gating/gm20b_gating_reglist.c \ 74 common/clock_gating/gm20b_gating_reglist.c \
75 common/clock_gating/gp10b_gating_reglist.c \ 75 common/clock_gating/gp10b_gating_reglist.c \
76 common/clock_gating/gv11b_gating_reglist.c \ 76 common/clock_gating/gv11b_gating_reglist.c \
@@ -109,7 +109,7 @@ srcs := common/mm/nvgpu_allocator.c \
109 lpwr/rppg.c \ 109 lpwr/rppg.c \
110 gk20a/gk20a.c \ 110 gk20a/gk20a.c \
111 common/bus/bus_gk20a.c \ 111 common/bus/bus_gk20a.c \
112 gk20a/pramin_gk20a.c \ 112 common/ptimer/ptimer_gk20a.c \
113 gk20a/ce2_gk20a.c \ 113 gk20a/ce2_gk20a.c \
114 gk20a/fifo_gk20a.c \ 114 gk20a/fifo_gk20a.c \
115 gk20a/channel_gk20a.c \ 115 gk20a/channel_gk20a.c \