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/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/Makefile b/drivers/gpu/nvgpu/Makefile
index 8f2e72d6..67a9c7f1 100644
--- a/drivers/gpu/nvgpu/Makefile
+++ b/drivers/gpu/nvgpu/Makefile
@@ -23,9 +23,10 @@ obj-$(CONFIG_GK20A) := nvgpu.o
23# OS independent parts of nvgpu. The work to collect files here 23# OS independent parts of nvgpu. The work to collect files here
24# is in progress. 24# is in progress.
25 25
26nvgpu-y += common/bus/bus.o \ 26nvgpu-y += common/bus/bus_gk20a.o \
27 common/bus/bus_gk20a.o \ 27 common/bus/bus_gm20b.o \
28 common/bus/bus_gm20b.o 28 common/ptimer/ptimer.o \
29 common/ptimer/ptimer_gk20a.o
29 30
30nvgpu-y += \ 31nvgpu-y += \
31 common/linux/kmem.o \ 32 common/linux/kmem.o \