aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/nouveau/Makefile')
-rw-r--r--drivers/gpu/drm/nouveau/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/Makefile b/drivers/gpu/drm/nouveau/Makefile
index b3fa1ba191b7..e88145ba1bf5 100644
--- a/drivers/gpu/drm/nouveau/Makefile
+++ b/drivers/gpu/drm/nouveau/Makefile
@@ -41,6 +41,7 @@ nouveau-y += core/subdev/bios/init.o
41nouveau-y += core/subdev/bios/mxm.o 41nouveau-y += core/subdev/bios/mxm.o
42nouveau-y += core/subdev/bios/perf.o 42nouveau-y += core/subdev/bios/perf.o
43nouveau-y += core/subdev/bios/pll.o 43nouveau-y += core/subdev/bios/pll.o
44nouveau-y += core/subdev/bios/ramcfg.o
44nouveau-y += core/subdev/bios/rammap.o 45nouveau-y += core/subdev/bios/rammap.o
45nouveau-y += core/subdev/bios/timing.o 46nouveau-y += core/subdev/bios/timing.o
46nouveau-y += core/subdev/bios/therm.o 47nouveau-y += core/subdev/bios/therm.o
@@ -71,7 +72,10 @@ nouveau-y += core/subdev/devinit/nv10.o
71nouveau-y += core/subdev/devinit/nv1a.o 72nouveau-y += core/subdev/devinit/nv1a.o
72nouveau-y += core/subdev/devinit/nv20.o 73nouveau-y += core/subdev/devinit/nv20.o
73nouveau-y += core/subdev/devinit/nv50.o 74nouveau-y += core/subdev/devinit/nv50.o
75nouveau-y += core/subdev/devinit/nv84.o
76nouveau-y += core/subdev/devinit/nv98.o
74nouveau-y += core/subdev/devinit/nva3.o 77nouveau-y += core/subdev/devinit/nva3.o
78nouveau-y += core/subdev/devinit/nvaf.o
75nouveau-y += core/subdev/devinit/nvc0.o 79nouveau-y += core/subdev/devinit/nvc0.o
76nouveau-y += core/subdev/fb/base.o 80nouveau-y += core/subdev/fb/base.o
77nouveau-y += core/subdev/fb/nv04.o 81nouveau-y += core/subdev/fb/nv04.o
@@ -232,6 +236,7 @@ nouveau-y += core/engine/fifo/nv50.o
232nouveau-y += core/engine/fifo/nv84.o 236nouveau-y += core/engine/fifo/nv84.o
233nouveau-y += core/engine/fifo/nvc0.o 237nouveau-y += core/engine/fifo/nvc0.o
234nouveau-y += core/engine/fifo/nve0.o 238nouveau-y += core/engine/fifo/nve0.o
239nouveau-y += core/engine/fifo/nv108.o
235nouveau-y += core/engine/graph/ctxnv40.o 240nouveau-y += core/engine/graph/ctxnv40.o
236nouveau-y += core/engine/graph/ctxnv50.o 241nouveau-y += core/engine/graph/ctxnv50.o
237nouveau-y += core/engine/graph/ctxnvc0.o 242nouveau-y += core/engine/graph/ctxnvc0.o
@@ -242,6 +247,7 @@ nouveau-y += core/engine/graph/ctxnvd7.o
242nouveau-y += core/engine/graph/ctxnvd9.o 247nouveau-y += core/engine/graph/ctxnvd9.o
243nouveau-y += core/engine/graph/ctxnve4.o 248nouveau-y += core/engine/graph/ctxnve4.o
244nouveau-y += core/engine/graph/ctxnvf0.o 249nouveau-y += core/engine/graph/ctxnvf0.o
250nouveau-y += core/engine/graph/ctxnv108.o
245nouveau-y += core/engine/graph/nv04.o 251nouveau-y += core/engine/graph/nv04.o
246nouveau-y += core/engine/graph/nv10.o 252nouveau-y += core/engine/graph/nv10.o
247nouveau-y += core/engine/graph/nv20.o 253nouveau-y += core/engine/graph/nv20.o
@@ -260,6 +266,7 @@ nouveau-y += core/engine/graph/nvd7.o
260nouveau-y += core/engine/graph/nvd9.o 266nouveau-y += core/engine/graph/nvd9.o
261nouveau-y += core/engine/graph/nve4.o 267nouveau-y += core/engine/graph/nve4.o
262nouveau-y += core/engine/graph/nvf0.o 268nouveau-y += core/engine/graph/nvf0.o
269nouveau-y += core/engine/graph/nv108.o
263nouveau-y += core/engine/mpeg/nv31.o 270nouveau-y += core/engine/mpeg/nv31.o
264nouveau-y += core/engine/mpeg/nv40.o 271nouveau-y += core/engine/mpeg/nv40.o
265nouveau-y += core/engine/mpeg/nv44.o 272nouveau-y += core/engine/mpeg/nv44.o