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 a53548f4..fce8ea71 100644
--- a/drivers/gpu/nvgpu/Makefile.sources
+++ b/drivers/gpu/nvgpu/Makefile.sources
@@ -100,6 +100,7 @@ srcs := os/posix/nvgpu.c \
100 common/pmu/pmu_perfmon.c \ 100 common/pmu/pmu_perfmon.c \
101 common/pmu/pmu_debug.c \ 101 common/pmu/pmu_debug.c \
102 common/ptimer/ptimer.c \ 102 common/ptimer/ptimer.c \
103 common/sync/channel_sync.c \
103 common/clock_gating/gm20b_gating_reglist.c \ 104 common/clock_gating/gm20b_gating_reglist.c \
104 common/clock_gating/gp10b_gating_reglist.c \ 105 common/clock_gating/gp10b_gating_reglist.c \
105 common/clock_gating/gv11b_gating_reglist.c \ 106 common/clock_gating/gv11b_gating_reglist.c \
@@ -147,7 +148,6 @@ srcs := os/posix/nvgpu.c \
147 common/ptimer/ptimer_gk20a.c \ 148 common/ptimer/ptimer_gk20a.c \
148 gk20a/ce2_gk20a.c \ 149 gk20a/ce2_gk20a.c \
149 gk20a/fifo_gk20a.c \ 150 gk20a/fifo_gk20a.c \
150 gk20a/channel_sync_gk20a.c \
151 gk20a/dbg_gpu_gk20a.c \ 151 gk20a/dbg_gpu_gk20a.c \
152 gk20a/regops_gk20a.c \ 152 gk20a/regops_gk20a.c \
153 gk20a/gr_gk20a.c \ 153 gk20a/gr_gk20a.c \