diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2014-09-21 09:35:16 +1000 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2014-12-02 15:43:40 +1000 |
commit | b71a1344ec200bfe9f5d25c4046e2794f7b2699f (patch) | |
tree | 468723116cdcb96c0f960d63536ed172a87c180f /drivers/gpu/drm/nouveau/Makefile | |
parent | c2c2f6cb79141ca22f84c36887fd867373c35c4e (diff) | |
download | lwn-b71a1344ec200bfe9f5d25c4046e2794f7b2699f.tar.gz lwn-b71a1344ec200bfe9f5d25c4046e2794f7b2699f.zip |
drm/nouveau/bios: add NPDE parsing
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 7f274c7926a1..2c428b7ae9a5 100644 --- a/drivers/gpu/drm/nouveau/Makefile +++ b/drivers/gpu/drm/nouveau/Makefile @@ -44,6 +44,7 @@ nouveau-y += core/subdev/bios/i2c.o nouveau-y += core/subdev/bios/image.o nouveau-y += core/subdev/bios/init.o nouveau-y += core/subdev/bios/mxm.o +nouveau-y += core/subdev/bios/npde.o nouveau-y += core/subdev/bios/pcir.o nouveau-y += core/subdev/bios/perf.o nouveau-y += core/subdev/bios/pll.o |