summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/Makefile
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2014-08-18 23:18:01 +0200
committerBen Skeggs <bskeggs@redhat.com>2014-12-02 06:43:45 +0100
commitf105aa3715289ce22b1df24e83f264fdb15d8e98 (patch)
tree01450794cc6b81f235258f50f2b5dae3de40e8d0 /drivers/gpu/drm/nouveau/Makefile
parentdrm/nouveau/i2c: segregate aux channel adapter indices from bit-banged i2c (diff)
downloadlinux-f105aa3715289ce22b1df24e83f264fdb15d8e98.tar.xz
linux-f105aa3715289ce22b1df24e83f264fdb15d8e98.zip
drm/gm204/i2c: add pad 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 fe0f7705eefd..b7dd0dce7d0d 100644
--- a/drivers/gpu/drm/nouveau/Makefile
+++ b/drivers/gpu/drm/nouveau/Makefile
@@ -158,6 +158,7 @@ nouveau-y += core/subdev/i2c/bit.o
nouveau-y += core/subdev/i2c/pad.o
nouveau-y += core/subdev/i2c/padnv04.o
nouveau-y += core/subdev/i2c/padnv94.o
+nouveau-y += core/subdev/i2c/padgm204.o
nouveau-y += core/subdev/i2c/nv04.o
nouveau-y += core/subdev/i2c/nv4e.o
nouveau-y += core/subdev/i2c/nv50.o