summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/Makefile
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2014-09-21 01:35:16 +0200
committerBen Skeggs <bskeggs@redhat.com>2014-12-02 06:43:40 +0100
commitb71a1344ec200bfe9f5d25c4046e2794f7b2699f (patch)
tree468723116cdcb96c0f960d63536ed172a87c180f /drivers/gpu/drm/nouveau/Makefile
parentdrm/nouveau/bios: fetch images beyond the first one in the rom (diff)
downloadlinux-b71a1344ec200bfe9f5d25c4046e2794f7b2699f.tar.xz
linux-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/Makefile1
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