Commit 30ed49b5 authored by Ben Skeggs's avatar Ben Skeggs

drm/nouveau/kms/nv50-: move code underneath dispnv50/

The code is about to be split up, and this matches dispnv04.
Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent 0d4a2c57
...@@ -38,14 +38,16 @@ nouveau-y += nouveau_vmm.o ...@@ -38,14 +38,16 @@ nouveau-y += nouveau_vmm.o
# DRM - modesetting # DRM - modesetting
nouveau-$(CONFIG_DRM_NOUVEAU_BACKLIGHT) += nouveau_backlight.o nouveau-$(CONFIG_DRM_NOUVEAU_BACKLIGHT) += nouveau_backlight.o
nouveau-y += nouveau_bios.o
nouveau-y += nouveau_connector.o nouveau-y += nouveau_connector.o
nouveau-y += nouveau_display.o nouveau-y += nouveau_display.o
nouveau-y += nv50_display.o
nouveau-y += nouveau_dp.o nouveau-y += nouveau_dp.o
nouveau-y += nouveau_fbcon.o nouveau-y += nouveau_fbcon.o
nouveau-y += nv04_fbcon.o nouveau-y += nv04_fbcon.o
nouveau-y += nv50_fbcon.o nouveau-y += nv50_fbcon.o
nouveau-y += nvc0_fbcon.o nouveau-y += nvc0_fbcon.o
include $(src)/dispnv04/Kbuild
include $(src)/dispnv50/Kbuild
# DRM - command submission # DRM - command submission
nouveau-y += nouveau_abi16.o nouveau-y += nouveau_abi16.o
...@@ -59,8 +61,4 @@ nouveau-y += nv50_fence.o ...@@ -59,8 +61,4 @@ nouveau-y += nv50_fence.o
nouveau-y += nv84_fence.o nouveau-y += nv84_fence.o
nouveau-y += nvc0_fence.o nouveau-y += nvc0_fence.o
# DRM - prehistoric modesetting (NV04-G7x)
nouveau-y += nouveau_bios.o
include $(src)/dispnv04/Kbuild
obj-$(CONFIG_DRM_NOUVEAU) += nouveau.o obj-$(CONFIG_DRM_NOUVEAU) += nouveau.o
nouveau-y += dispnv50/disp.o
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment