diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2014-02-24 12:28:37 +1000 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2014-03-26 14:00:55 +1000 |
commit | 4bf23ead3a2223b77b82fc00de76623545864930 (patch) | |
tree | 735e7b148a3967d7e5cf70c3671c361d531f45c6 /drivers/gpu/drm/nouveau/Makefile | |
parent | 56b2f68c17ebaad505be99d009e28fc206b976c6 (diff) | |
download | linux-4bf23ead3a2223b77b82fc00de76623545864930.tar.gz linux-4bf23ead3a2223b77b82fc00de76623545864930.tar.bz2 linux-4bf23ead3a2223b77b82fc00de76623545864930.zip |
drm/gm107/devinit: initial implementation
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 d310c195bdfe..d82b7d26d09b 100644 --- a/drivers/gpu/drm/nouveau/Makefile +++ b/drivers/gpu/drm/nouveau/Makefile @@ -77,6 +77,7 @@ nouveau-y += core/subdev/devinit/nv98.o nouveau-y += core/subdev/devinit/nva3.o nouveau-y += core/subdev/devinit/nvaf.o nouveau-y += core/subdev/devinit/nvc0.o +nouveau-y += core/subdev/devinit/gm107.o nouveau-y += core/subdev/fb/base.o nouveau-y += core/subdev/fb/nv04.o nouveau-y += core/subdev/fb/nv10.o |