aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/Makefile
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2012-10-09 01:56:16 -0400
committerBen Skeggs <bskeggs@redhat.com>2012-11-28 18:56:27 -0500
commit11bac407081caa36e8540fac459d922442d9f153 (patch)
tree4b26f20739b5916d210cd1cc63283dc9212d21e1 /drivers/gpu/drm/nouveau/Makefile
parenta8749af1a0584757e52124774b603ff901f99690 (diff)
drm/nv30/fb: split implementation into nv34(nv10)/nv30/nv35 pieces
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/Makefile')
-rw-r--r--drivers/gpu/drm/nouveau/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/Makefile b/drivers/gpu/drm/nouveau/Makefile
index b80092b85153..95de08f56c8c 100644
--- a/drivers/gpu/drm/nouveau/Makefile
+++ b/drivers/gpu/drm/nouveau/Makefile
@@ -67,6 +67,7 @@ nouveau-y += core/subdev/fb/nv10.o
67nouveau-y += core/subdev/fb/nv20.o 67nouveau-y += core/subdev/fb/nv20.o
68nouveau-y += core/subdev/fb/nv25.o 68nouveau-y += core/subdev/fb/nv25.o
69nouveau-y += core/subdev/fb/nv30.o 69nouveau-y += core/subdev/fb/nv30.o
70nouveau-y += core/subdev/fb/nv35.o
70nouveau-y += core/subdev/fb/nv40.o 71nouveau-y += core/subdev/fb/nv40.o
71nouveau-y += core/subdev/fb/nv50.o 72nouveau-y += core/subdev/fb/nv50.o
72nouveau-y += core/subdev/fb/nvc0.o 73nouveau-y += core/subdev/fb/nvc0.o