aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/Makefile
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2013-02-14 20:59:41 -0500
committerBen Skeggs <bskeggs@redhat.com>2013-02-20 01:00:58 -0500
commit31a34aa421032cfe3b2b892c929e7539e747a7ac (patch)
tree35155f9322a363e42d5bd69b8323143a30a39a18 /drivers/gpu/drm/nouveau/Makefile
parenteaa8e7ab99d1b33db9362f35c1d65df8df39dea9 (diff)
drm/nouveau/i2c: aux channels not necessarily on nvio
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 4208db9b1388..29f8cc5f46d8 100644
--- a/drivers/gpu/drm/nouveau/Makefile
+++ b/drivers/gpu/drm/nouveau/Makefile
@@ -95,6 +95,7 @@ nouveau-y += core/subdev/gpio/nve0.o
95nouveau-y += core/subdev/i2c/base.o 95nouveau-y += core/subdev/i2c/base.o
96nouveau-y += core/subdev/i2c/aux.o 96nouveau-y += core/subdev/i2c/aux.o
97nouveau-y += core/subdev/i2c/bit.o 97nouveau-y += core/subdev/i2c/bit.o
98nouveau-y += core/subdev/i2c/nv94.o
98nouveau-y += core/subdev/ibus/nvc0.o 99nouveau-y += core/subdev/ibus/nvc0.o
99nouveau-y += core/subdev/ibus/nve0.o 100nouveau-y += core/subdev/ibus/nve0.o
100nouveau-y += core/subdev/instmem/base.o 101nouveau-y += core/subdev/instmem/base.o