aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/Makefile
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2012-11-07 01:43:00 -0500
committerBen Skeggs <bskeggs@redhat.com>2012-11-28 18:57:45 -0500
commit6c5a04249d7afeea3e0ed971e7813f84e29a1706 (patch)
treec96db5880f784974c33b3470a784527cd80d1c66 /drivers/gpu/drm/nouveau/Makefile
parentfb445b3c23a4ae75190e814d952be6dce6181abe (diff)
drm/nvd0/disp: move link training helpers into core as display methods
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/Makefile')
-rw-r--r--drivers/gpu/drm/nouveau/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/Makefile b/drivers/gpu/drm/nouveau/Makefile
index 2ca1d39d5027..0eb4c2d5f92e 100644
--- a/drivers/gpu/drm/nouveau/Makefile
+++ b/drivers/gpu/drm/nouveau/Makefile
@@ -137,6 +137,8 @@ nouveau-y += core/engine/disp/nva0.o
137nouveau-y += core/engine/disp/nva3.o 137nouveau-y += core/engine/disp/nva3.o
138nouveau-y += core/engine/disp/nvd0.o 138nouveau-y += core/engine/disp/nvd0.o
139nouveau-y += core/engine/disp/nve0.o 139nouveau-y += core/engine/disp/nve0.o
140nouveau-y += core/engine/disp/sornv50.o
141nouveau-y += core/engine/disp/sornvd0.o
140nouveau-y += core/engine/disp/vga.o 142nouveau-y += core/engine/disp/vga.o
141nouveau-y += core/engine/fifo/base.o 143nouveau-y += core/engine/fifo/base.o
142nouveau-y += core/engine/fifo/nv04.o 144nouveau-y += core/engine/fifo/nv04.o