summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/Makefile
diff options
context:
space:
mode:
authorIlia Mirkin <imirkin@alum.mit.edu>2013-06-27 08:08:22 +0400
committerBen Skeggs <bskeggs@redhat.com>2013-07-01 07:50:48 +0400
commit44b1e3bd6adc050fac1daccee5bbff019daadc8e (patch)
tree0f7d60b1da7aa19af37ecbbf2661423d2b9a5032 /drivers/gpu/drm/nouveau/Makefile
parent0d4a1450c95801c21ba4db109303fbad62378b91 (diff)
downloadlinux-44b1e3bd6adc050fac1daccee5bbff019daadc8e.tar.xz
drm/nouveau/core: xtensa engine base class implementation
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu> 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 78f9aa24f1fd..b59cfd79bd79 100644
--- a/drivers/gpu/drm/nouveau/Makefile
+++ b/drivers/gpu/drm/nouveau/Makefile
@@ -142,6 +142,7 @@ nouveau-y += core/subdev/vm/nv50.o
nouveau-y += core/subdev/vm/nvc0.o
nouveau-y += core/engine/falcon.o
+nouveau-y += core/engine/xtensa.o
nouveau-y += core/engine/dmaobj/base.o
nouveau-y += core/engine/dmaobj/nv04.o
nouveau-y += core/engine/dmaobj/nv50.o