diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2014-05-13 06:53:34 +0200 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2014-06-11 08:10:33 +0200 |
commit | 0ff32977eae68852cc65b90fea89f6bbefc53a55 (patch) | |
tree | 0e73465c91f50c595f4a580902846d693519ec74 /drivers/gpu/drm/nouveau/Makefile | |
parent | drm/g94/i2c: add aux channel interrupt driver (diff) | |
download | linux-0ff32977eae68852cc65b90fea89f6bbefc53a55.tar.xz linux-0ff32977eae68852cc65b90fea89f6bbefc53a55.zip |
drm/gk104/i2c: add aux channel interrupt driver
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 4b60483f6402..ee4a557ec86a 100644 --- a/drivers/gpu/drm/nouveau/Makefile +++ b/drivers/gpu/drm/nouveau/Makefile @@ -137,6 +137,7 @@ nouveau-y += core/subdev/i2c/nv4e.o nouveau-y += core/subdev/i2c/nv50.o nouveau-y += core/subdev/i2c/nv94.o nouveau-y += core/subdev/i2c/nvd0.o +nouveau-y += core/subdev/i2c/nve0.o nouveau-y += core/subdev/ibus/nvc0.o nouveau-y += core/subdev/ibus/nve0.o nouveau-y += core/subdev/ibus/gk20a.o |