aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/Makefile
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2012-12-07 10:31:09 +1000
committerBen Skeggs <bskeggs@redhat.com>2013-02-20 16:00:28 +1000
commit112a12aab8a5c1137a140c341f98a160e27b8c49 (patch)
tree5e2dfe9d27ad67b97a627a1fe2892926568c3a52 /drivers/gpu/drm/nouveau/Makefile
parentdrm/nouveau: remove some more unnecessary legacy bios code (diff)
downloadlinux-dev-112a12aab8a5c1137a140c341f98a160e27b8c49.tar.xz
linux-dev-112a12aab8a5c1137a140c341f98a160e27b8c49.zip
drm/nouveau/bios: add support for parsing xpio table data
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 ad586f0e351c..6985740afa19 100644
--- a/drivers/gpu/drm/nouveau/Makefile
+++ b/drivers/gpu/drm/nouveau/Makefile
@@ -40,6 +40,7 @@ nouveau-y += core/subdev/bios/mxm.o
nouveau-y += core/subdev/bios/perf.o
nouveau-y += core/subdev/bios/pll.o
nouveau-y += core/subdev/bios/therm.o
+nouveau-y += core/subdev/bios/xpio.o
nouveau-y += core/subdev/bus/nv04.o
nouveau-y += core/subdev/bus/nv31.o
nouveau-y += core/subdev/bus/nv50.o