summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gpu/nvgpu/Makefile.sources6
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/Makefile.sources b/drivers/gpu/nvgpu/Makefile.sources
index 761b5b9c..cad9c1e3 100644
--- a/drivers/gpu/nvgpu/Makefile.sources
+++ b/drivers/gpu/nvgpu/Makefile.sources
@@ -32,6 +32,10 @@ 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_gk20a.c \
36 common/bus/bus_gm20b.c \
37 common/bus/bus_gp10b.c \
38 common/bus/bus_gv100.c \
35 common/enabled.c \ 39 common/enabled.c \
36 common/pramin.c \ 40 common/pramin.c \
37 common/semaphore.c \ 41 common/semaphore.c \
@@ -108,7 +112,6 @@ srcs := common/mm/nvgpu_allocator.c \
108 lpwr/lpwr.c \ 112 lpwr/lpwr.c \
109 lpwr/rppg.c \ 113 lpwr/rppg.c \
110 gk20a/gk20a.c \ 114 gk20a/gk20a.c \
111 common/bus/bus_gk20a.c \
112 common/ptimer/ptimer_gk20a.c \ 115 common/ptimer/ptimer_gk20a.c \
113 gk20a/ce2_gk20a.c \ 116 gk20a/ce2_gk20a.c \
114 gk20a/fifo_gk20a.c \ 117 gk20a/fifo_gk20a.c \
@@ -130,7 +133,6 @@ srcs := common/mm/nvgpu_allocator.c \
130 gk20a/tsg_gk20a.c \ 133 gk20a/tsg_gk20a.c \
131 gk20a/mc_gk20a.c \ 134 gk20a/mc_gk20a.c \
132 gm20b/hal_gm20b.c \ 135 gm20b/hal_gm20b.c \
133 common/bus/bus_gm20b.c \
134 gm20b/ltc_gm20b.c \ 136 gm20b/ltc_gm20b.c \
135 gm20b/gr_gm20b.c \ 137 gm20b/gr_gm20b.c \
136 gm20b/clk_gm20b.c \ 138 gm20b/clk_gm20b.c \