summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/Makefile
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2014-08-19 01:26:08 +0400
committerBen Skeggs <bskeggs@redhat.com>2014-12-02 08:43:45 +0300
commitc908357786a41380472d1a1e28818e74e0a417b6 (patch)
tree4f47c321784cd200215e52e220ec9a6b8cceca4c /drivers/gpu/drm/nouveau/Makefile
parentf105aa3715289ce22b1df24e83f264fdb15d8e98 (diff)
downloadlinux-c908357786a41380472d1a1e28818e74e0a417b6.tar.xz
drm/gm204/i2c: add aux channel driver
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 b7dd0dce7d0d..6441847a3aef 100644
--- a/drivers/gpu/drm/nouveau/Makefile
+++ b/drivers/gpu/drm/nouveau/Makefile
@@ -166,6 +166,7 @@ nouveau-y += core/subdev/i2c/nv94.o
nouveau-y += core/subdev/i2c/nvd0.o
nouveau-y += core/subdev/i2c/gf117.o
nouveau-y += core/subdev/i2c/nve0.o
+nouveau-y += core/subdev/i2c/gm204.o
nouveau-y += core/subdev/ibus/nvc0.o
nouveau-y += core/subdev/ibus/nve0.o
nouveau-y += core/subdev/ibus/gk20a.o