diff options
Diffstat (limited to 'drivers/gpu/drm/nouveau/Makefile')
-rw-r--r-- | drivers/gpu/drm/nouveau/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/gpu/drm/nouveau/Makefile b/drivers/gpu/drm/nouveau/Makefile index 0c65479c1b6f..1a8f6e9f5558 100644 --- a/drivers/gpu/drm/nouveau/Makefile +++ b/drivers/gpu/drm/nouveau/Makefile | |||
@@ -225,9 +225,7 @@ nouveau-y += nouveau_connector.o nouveau_dp.o | |||
225 | nouveau-y += nv04_fbcon.o nv50_fbcon.o nvc0_fbcon.o | 225 | nouveau-y += nv04_fbcon.o nv50_fbcon.o nvc0_fbcon.o |
226 | 226 | ||
227 | # drm/kms/nv04:nv50 | 227 | # drm/kms/nv04:nv50 |
228 | nouveau-y += nouveau_hw.o nouveau_calc.o | 228 | include $(src)/dispnv04/Makefile |
229 | nouveau-y += nv04_dac.o nv04_dfp.o nv04_tv.o nv17_tv.o nv17_tv_modes.o | ||
230 | nouveau-y += nv04_crtc.o nv04_display.o nv04_cursor.o | ||
231 | 229 | ||
232 | # drm/kms/nv50- | 230 | # drm/kms/nv50- |
233 | nouveau-y += nv50_display.o | 231 | nouveau-y += nv50_display.o |