aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/Makefile
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2013-10-18 14:44:23 +1000
committerBen Skeggs <bskeggs@redhat.com>2013-11-08 15:39:51 +1000
commit9ca3037e60924c8fcb53977d72efa493c821eec5 (patch)
treecd69bd067599f610e6f3a5e7c61d8c4132daa924 /drivers/gpu/drm/nouveau/Makefile
parentdrm/nouveau/fb: make external class definitions pointers (diff)
downloadlinux-dev-9ca3037e60924c8fcb53977d72efa493c821eec5.tar.xz
linux-dev-9ca3037e60924c8fcb53977d72efa493c821eec5.zip
drm/nv50-nvaf/fb: split the class definitions up a bit
These will diverge further in the future. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/Makefile')
-rw-r--r--drivers/gpu/drm/nouveau/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/Makefile b/drivers/gpu/drm/nouveau/Makefile
index 8afec631d960..e8072f78770e 100644
--- a/drivers/gpu/drm/nouveau/Makefile
+++ b/drivers/gpu/drm/nouveau/Makefile
@@ -78,6 +78,10 @@ nouveau-y += core/subdev/fb/nv47.o
nouveau-y += core/subdev/fb/nv49.o
nouveau-y += core/subdev/fb/nv4e.o
nouveau-y += core/subdev/fb/nv50.o
+nouveau-y += core/subdev/fb/nv84.o
+nouveau-y += core/subdev/fb/nva3.o
+nouveau-y += core/subdev/fb/nvaa.o
+nouveau-y += core/subdev/fb/nvaf.o
nouveau-y += core/subdev/fb/nvc0.o
nouveau-y += core/subdev/fb/ramnv04.o
nouveau-y += core/subdev/fb/ramnv10.o