summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/Makefile')
-rw-r--r--drivers/gpu/nvgpu/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/Makefile b/drivers/gpu/nvgpu/Makefile
index c7ccefb5..a6f0f0ce 100644
--- a/drivers/gpu/nvgpu/Makefile
+++ b/drivers/gpu/nvgpu/Makefile
@@ -74,7 +74,7 @@ nvgpu-y += \
74 os/linux/comptags.o \ 74 os/linux/comptags.o \
75 os/linux/dmabuf.o \ 75 os/linux/dmabuf.o \
76 os/linux/sched.o \ 76 os/linux/sched.o \
77 os/linux/channel.o \ 77 os/linux/linux-channel.o \
78 os/linux/sim.o \ 78 os/linux/sim.o \
79 os/linux/sim_pci.o \ 79 os/linux/sim_pci.o \
80 os/linux/os_sched.o \ 80 os/linux/os_sched.o \
@@ -200,13 +200,13 @@ nvgpu-y += \
200 common/clock_gating/gv11b_gating_reglist.o \ 200 common/clock_gating/gv11b_gating_reglist.o \
201 common/sim.o \ 201 common/sim.o \
202 common/sim_pci.o \ 202 common/sim_pci.o \
203 common/fifo/channel.o \
203 common/fifo/submit.o \ 204 common/fifo/submit.o \
204 common/ecc.o \ 205 common/ecc.o \
205 common/ce2.o \ 206 common/ce2.o \
206 gk20a/gk20a.o \ 207 gk20a/gk20a.o \
207 gk20a/ce2_gk20a.o \ 208 gk20a/ce2_gk20a.o \
208 gk20a/fifo_gk20a.o \ 209 gk20a/fifo_gk20a.o \
209 gk20a/channel_gk20a.o \
210 gk20a/channel_sync_gk20a.o \ 210 gk20a/channel_sync_gk20a.o \
211 gk20a/dbg_gpu_gk20a.o \ 211 gk20a/dbg_gpu_gk20a.o \
212 gk20a/regops_gk20a.o \ 212 gk20a/regops_gk20a.o \