diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2012-09-25 23:05:01 -0400 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2012-10-02 23:13:15 -0400 |
commit | c0abf5c9fa1db7188bd6b8b580614a377dbc7080 (patch) | |
tree | c2e6c9fe43997e2f9a9a82e79db3c32c2f73d5c3 /drivers/gpu/drm/nouveau/Makefile | |
parent | 2f951a5db5b55f65eb02d9a90aa7cecafde9f8b8 (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/Makefile | 1 |
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 | |||
76 | nouveau-y += core/subdev/i2c/base.o | 76 | nouveau-y += core/subdev/i2c/base.o |
77 | nouveau-y += core/subdev/i2c/aux.o | 77 | nouveau-y += core/subdev/i2c/aux.o |
78 | nouveau-y += core/subdev/i2c/bit.o | 78 | nouveau-y += core/subdev/i2c/bit.o |
79 | nouveau-y += core/subdev/ibus/nvc0.o | ||
79 | nouveau-y += core/subdev/ibus/nve0.o | 80 | nouveau-y += core/subdev/ibus/nve0.o |
80 | nouveau-y += core/subdev/instmem/base.o | 81 | nouveau-y += core/subdev/instmem/base.o |
81 | nouveau-y += core/subdev/instmem/nv04.o | 82 | nouveau-y += core/subdev/instmem/nv04.o |