summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 \