diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2012-10-09 01:56:16 -0400 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2012-11-28 18:56:27 -0500 |
commit | 11bac407081caa36e8540fac459d922442d9f153 (patch) | |
tree | 4b26f20739b5916d210cd1cc63283dc9212d21e1 /drivers/gpu/drm/nouveau/Makefile | |
parent | a8749af1a0584757e52124774b603ff901f99690 (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/Makefile | 1 |
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 | |||
67 | nouveau-y += core/subdev/fb/nv20.o | 67 | nouveau-y += core/subdev/fb/nv20.o |
68 | nouveau-y += core/subdev/fb/nv25.o | 68 | nouveau-y += core/subdev/fb/nv25.o |
69 | nouveau-y += core/subdev/fb/nv30.o | 69 | nouveau-y += core/subdev/fb/nv30.o |
70 | nouveau-y += core/subdev/fb/nv35.o | ||
70 | nouveau-y += core/subdev/fb/nv40.o | 71 | nouveau-y += core/subdev/fb/nv40.o |
71 | nouveau-y += core/subdev/fb/nv50.o | 72 | nouveau-y += core/subdev/fb/nv50.o |
72 | nouveau-y += core/subdev/fb/nvc0.o | 73 | nouveau-y += core/subdev/fb/nvc0.o |