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/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/Makefile b/drivers/gpu/nvgpu/Makefile
index a7b73c81..6b327bce 100644
--- a/drivers/gpu/nvgpu/Makefile
+++ b/drivers/gpu/nvgpu/Makefile
@@ -64,7 +64,6 @@ nvgpu-y += \
64 os/linux/dmabuf.o \ 64 os/linux/dmabuf.o \
65 os/linux/sched.o \ 65 os/linux/sched.o \
66 os/linux/channel.o \ 66 os/linux/channel.o \
67 os/linux/ce2.o \
68 os/linux/sim.o \ 67 os/linux/sim.o \
69 os/linux/sim_pci.o \ 68 os/linux/sim_pci.o \
70 os/linux/os_sched.o \ 69 os/linux/os_sched.o \
@@ -188,6 +187,7 @@ nvgpu-y += \
188 common/sim_pci.o \ 187 common/sim_pci.o \
189 common/fifo/submit.o \ 188 common/fifo/submit.o \
190 common/ecc.o \ 189 common/ecc.o \
190 common/ce2.o \
191 gk20a/gk20a.o \ 191 gk20a/gk20a.o \
192 gk20a/ce2_gk20a.o \ 192 gk20a/ce2_gk20a.o \
193 gk20a/fifo_gk20a.o \ 193 gk20a/fifo_gk20a.o \