summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/Makefile
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2012-10-11 15:46:30 +1000
committerBen Skeggs <bskeggs@redhat.com>2012-11-29 09:56:33 +1000
commitd7da62845be013171b5a3807214bc63874d89bb3 (patch)
treece5b4f05081f5a266f09eb8d6f66f542896ebbf3 /drivers/gpu/drm/nouveau/Makefile
parent2f1cb96d656418815f8f83ce027f5d96095ba717 (diff)
downloadlinux-3.10-d7da62845be013171b5a3807214bc63874d89bb3.tar.gz
linux-3.10-d7da62845be013171b5a3807214bc63874d89bb3.tar.bz2
linux-3.10-d7da62845be013171b5a3807214bc63874d89bb3.zip
drm/nv30/fb: enable z compression
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 4f08a0496d6..76cdb27fd4d 100644
--- a/drivers/gpu/drm/nouveau/Makefile
+++ b/drivers/gpu/drm/nouveau/Makefile
@@ -69,6 +69,7 @@ nouveau-y += core/subdev/fb/nv20.o
nouveau-y += core/subdev/fb/nv25.o
nouveau-y += core/subdev/fb/nv30.o
nouveau-y += core/subdev/fb/nv35.o
+nouveau-y += core/subdev/fb/nv36.o
nouveau-y += core/subdev/fb/nv40.o
nouveau-y += core/subdev/fb/nv41.o
nouveau-y += core/subdev/fb/nv44.o