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.sources4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/Makefile.sources b/drivers/gpu/nvgpu/Makefile.sources
index 503e0f3a..f1ba7f76 100644
--- a/drivers/gpu/nvgpu/Makefile.sources
+++ b/drivers/gpu/nvgpu/Makefile.sources
@@ -39,7 +39,7 @@ srcs := os/posix/nvgpu.c \
39 os/posix/error_notifier.c \ 39 os/posix/error_notifier.c \
40 os/posix/fuse.c \ 40 os/posix/fuse.c \
41 os/posix/clk_arb.c \ 41 os/posix/clk_arb.c \
42 os/posix/channel.c \ 42 os/posix/posix-channel.c \
43 os/posix/tsg.c \ 43 os/posix/tsg.c \
44 os/posix/nvlink.c \ 44 os/posix/nvlink.c \
45 os/posix/lock.c \ 45 os/posix/lock.c \
@@ -104,6 +104,7 @@ srcs := os/posix/nvgpu.c \
104 common/clock_gating/gv11b_gating_reglist.c \ 104 common/clock_gating/gv11b_gating_reglist.c \
105 common/clock_gating/gp106_gating_reglist.c \ 105 common/clock_gating/gp106_gating_reglist.c \
106 common/clock_gating/gv100_gating_reglist.c \ 106 common/clock_gating/gv100_gating_reglist.c \
107 common/fifo/channel.c \
107 common/fifo/submit.c \ 108 common/fifo/submit.c \
108 boardobj/boardobj.c \ 109 boardobj/boardobj.c \
109 boardobj/boardobjgrp.c \ 110 boardobj/boardobjgrp.c \
@@ -140,7 +141,6 @@ srcs := os/posix/nvgpu.c \
140 common/ptimer/ptimer_gk20a.c \ 141 common/ptimer/ptimer_gk20a.c \
141 gk20a/ce2_gk20a.c \ 142 gk20a/ce2_gk20a.c \
142 gk20a/fifo_gk20a.c \ 143 gk20a/fifo_gk20a.c \
143 gk20a/channel_gk20a.c \
144 gk20a/channel_sync_gk20a.c \ 144 gk20a/channel_sync_gk20a.c \
145 gk20a/dbg_gpu_gk20a.c \ 145 gk20a/dbg_gpu_gk20a.c \
146 gk20a/regops_gk20a.c \ 146 gk20a/regops_gk20a.c \