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