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.sources6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/Makefile.sources b/drivers/gpu/nvgpu/Makefile.sources
index 06f10c20..ad788f49 100644
--- a/drivers/gpu/nvgpu/Makefile.sources
+++ b/drivers/gpu/nvgpu/Makefile.sources
@@ -32,7 +32,7 @@ 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.c \ 35 common/bus/bus.c \
36 common/enabled.c \ 36 common/enabled.c \
37 common/pramin.c \ 37 common/pramin.c \
38 common/semaphore.c \ 38 common/semaphore.c \
@@ -108,7 +108,7 @@ srcs := common/mm/nvgpu_allocator.c \
108 lpwr/lpwr.c \ 108 lpwr/lpwr.c \
109 lpwr/rppg.c \ 109 lpwr/rppg.c \
110 gk20a/gk20a.c \ 110 gk20a/gk20a.c \
111 gk20a/bus_gk20a.c \ 111 common/bus/bus_gk20a.c \
112 gk20a/pramin_gk20a.c \ 112 gk20a/pramin_gk20a.c \
113 gk20a/ce2_gk20a.c \ 113 gk20a/ce2_gk20a.c \
114 gk20a/fifo_gk20a.c \ 114 gk20a/fifo_gk20a.c \
@@ -130,7 +130,7 @@ srcs := common/mm/nvgpu_allocator.c \
130 gk20a/tsg_gk20a.c \ 130 gk20a/tsg_gk20a.c \
131 gk20a/mc_gk20a.c \ 131 gk20a/mc_gk20a.c \
132 gm20b/hal_gm20b.c \ 132 gm20b/hal_gm20b.c \
133 gm20b/bus_gm20b.c \ 133 common/bus/bus_gm20b.c \
134 gm20b/ltc_gm20b.c \ 134 gm20b/ltc_gm20b.c \
135 gm20b/gr_gm20b.c \ 135 gm20b/gr_gm20b.c \
136 gm20b/clk_gm20b.c \ 136 gm20b/clk_gm20b.c \