aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/Makefile
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2012-09-25 23:05:01 -0400
committerBen Skeggs <bskeggs@redhat.com>2012-10-02 23:13:15 -0400
commitc0abf5c9fa1db7188bd6b8b580614a377dbc7080 (patch)
treec2e6c9fe43997e2f9a9a82e79db3c32c2f73d5c3 /drivers/gpu/drm/nouveau/Makefile
parent2f951a5db5b55f65eb02d9a90aa7cecafde9f8b8 (diff)
drm/nvc0/ibus: initial implementation of subdev
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 15d17e887434..a990df4d6c04 100644
--- a/drivers/gpu/drm/nouveau/Makefile
+++ b/drivers/gpu/drm/nouveau/Makefile
@@ -76,6 +76,7 @@ nouveau-y += core/subdev/gpio/nvd0.o
76nouveau-y += core/subdev/i2c/base.o 76nouveau-y += core/subdev/i2c/base.o
77nouveau-y += core/subdev/i2c/aux.o 77nouveau-y += core/subdev/i2c/aux.o
78nouveau-y += core/subdev/i2c/bit.o 78nouveau-y += core/subdev/i2c/bit.o
79nouveau-y += core/subdev/ibus/nvc0.o
79nouveau-y += core/subdev/ibus/nve0.o 80nouveau-y += core/subdev/ibus/nve0.o
80nouveau-y += core/subdev/instmem/base.o 81nouveau-y += core/subdev/instmem/base.o
81nouveau-y += core/subdev/instmem/nv04.o 82nouveau-y += core/subdev/instmem/nv04.o