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.sources2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/Makefile.sources b/drivers/gpu/nvgpu/Makefile.sources
index 6e951ae6..677b20bd 100644
--- a/drivers/gpu/nvgpu/Makefile.sources
+++ b/drivers/gpu/nvgpu/Makefile.sources
@@ -42,6 +42,7 @@ srcs := common/mm/nvgpu_allocator.c \
42 common/fb/fb_gp106.c \ 42 common/fb/fb_gp106.c \
43 common/fb/fb_gv100.c \ 43 common/fb/fb_gv100.c \
44 common/fb/fb_gv11b.c \ 44 common/fb/fb_gv11b.c \
45 common/xve/xve_gp106.c \
45 common/enabled.c \ 46 common/enabled.c \
46 common/pramin.c \ 47 common/pramin.c \
47 common/semaphore.c \ 48 common/semaphore.c \
@@ -201,7 +202,6 @@ srcs := common/mm/nvgpu_allocator.c \
201 gp106/fuse_gp106.c \ 202 gp106/fuse_gp106.c \
202 gp106/clk_gp106.c \ 203 gp106/clk_gp106.c \
203 gp106/clk_arb_gp106.c \ 204 gp106/clk_arb_gp106.c \
204 gp106/xve_gp106.c \
205 gp106/therm_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 \