summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/Makefile
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2014-08-19 07:18:01 +1000
committerBen Skeggs <bskeggs@redhat.com>2014-12-02 15:43:45 +1000
commitf105aa3715289ce22b1df24e83f264fdb15d8e98 (patch)
tree01450794cc6b81f235258f50f2b5dae3de40e8d0 /drivers/gpu/drm/nouveau/Makefile
parent5b34cebe994b51a0d8a039be49b48756c0d3f7a7 (diff)
downloadlwn-f105aa3715289ce22b1df24e83f264fdb15d8e98.tar.gz
lwn-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