summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/Makefile.sources
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/Makefile.sources')
-rw-r--r--drivers/gpu/nvgpu/Makefile.sources10
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/gpu/nvgpu/Makefile.sources b/drivers/gpu/nvgpu/Makefile.sources
index e8e107ae..e4080013 100644
--- a/drivers/gpu/nvgpu/Makefile.sources
+++ b/drivers/gpu/nvgpu/Makefile.sources
@@ -45,6 +45,11 @@ srcs := common/mm/nvgpu_allocator.c \
45 common/fb/fb_gv100.c \ 45 common/fb/fb_gv100.c \
46 common/fb/fb_gv11b.c \ 46 common/fb/fb_gv11b.c \
47 common/xve/xve_gp106.c \ 47 common/xve/xve_gp106.c \
48 common/therm/therm.c \
49 common/therm/therm_gm20b.c \
50 common/therm/therm_gp10b.c \
51 common/therm/therm_gv11b.c \
52 common/therm/therm_gp106.c \
48 common/enabled.c \ 53 common/enabled.c \
49 common/pramin.c \ 54 common/pramin.c \
50 common/semaphore.c \ 55 common/semaphore.c \
@@ -138,7 +143,6 @@ srcs := common/mm/nvgpu_allocator.c \
138 gk20a/pmu_gk20a.c \ 143 gk20a/pmu_gk20a.c \
139 gk20a/flcn_gk20a.c \ 144 gk20a/flcn_gk20a.c \
140 gk20a/fence_gk20a.c \ 145 gk20a/fence_gk20a.c \
141 gk20a/therm_gk20a.c \
142 gk20a/gr_ctx_gk20a_sim.c \ 146 gk20a/gr_ctx_gk20a_sim.c \
143 gk20a/gr_ctx_gk20a.c \ 147 gk20a/gr_ctx_gk20a.c \
144 gk20a/hal.c \ 148 gk20a/hal.c \
@@ -154,7 +158,6 @@ srcs := common/mm/nvgpu_allocator.c \
154 gm20b/pmu_gm20b.c \ 158 gm20b/pmu_gm20b.c \
155 gm20b/mm_gm20b.c \ 159 gm20b/mm_gm20b.c \
156 gm20b/regops_gm20b.c \ 160 gm20b/regops_gm20b.c \
157 gm20b/therm_gm20b.c \
158 gm20b/fuse_gm20b.c \ 161 gm20b/fuse_gm20b.c \
159 gp10b/gr_gp10b.c \ 162 gp10b/gr_gp10b.c \
160 gp10b/gr_ctx_gp10b.c \ 163 gp10b/gr_ctx_gp10b.c \
@@ -166,7 +169,6 @@ srcs := common/mm/nvgpu_allocator.c \
166 gp10b/pmu_gp10b.c \ 169 gp10b/pmu_gp10b.c \
167 gp10b/hal_gp10b.c \ 170 gp10b/hal_gp10b.c \
168 gp10b/regops_gp10b.c \ 171 gp10b/regops_gp10b.c \
169 gp10b/therm_gp10b.c \
170 gp10b/fecs_trace_gp10b.c \ 172 gp10b/fecs_trace_gp10b.c \
171 gp10b/gp10b.c \ 173 gp10b/gp10b.c \
172 gp10b/fuse_gp10b.c \ 174 gp10b/fuse_gp10b.c \
@@ -185,7 +187,6 @@ srcs := common/mm/nvgpu_allocator.c \
185 gv11b/acr_gv11b.c \ 187 gv11b/acr_gv11b.c \
186 gv11b/subctx_gv11b.c \ 188 gv11b/subctx_gv11b.c \
187 gv11b/regops_gv11b.c \ 189 gv11b/regops_gv11b.c \
188 gv11b/therm_gv11b.c \
189 gv11b/ecc_gv11b.c \ 190 gv11b/ecc_gv11b.c \
190 gp106/hal_gp106.c \ 191 gp106/hal_gp106.c \
191 gp106/mm_gp106.c \ 192 gp106/mm_gp106.c \
@@ -202,7 +203,6 @@ srcs := common/mm/nvgpu_allocator.c \
202 gp106/fuse_gp106.c \ 203 gp106/fuse_gp106.c \
203 gp106/clk_gp106.c \ 204 gp106/clk_gp106.c \
204 gp106/clk_arb_gp106.c \ 205 gp106/clk_arb_gp106.c \
205 gp106/therm_gp106.c \
206 gv100/mm_gv100.c \ 206 gv100/mm_gv100.c \
207 gv100/gr_ctx_gv100.c \ 207 gv100/gr_ctx_gv100.c \
208 gv100/bios_gv100.c \ 208 gv100/bios_gv100.c \