summaryrefslogtreecommitdiff
path: root/drm/nouveau/nvkm/engine/Kbuild
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2015-01-14 10:09:24 +1000
committerBen Skeggs <bskeggs@redhat.com>2015-01-19 14:23:00 +1000
commiteadc7d02ab221db2f9ef4e76acf66163605b058f (patch)
treeaf639946a053e1597faa4846883fb11b46d87b40 /drm/nouveau/nvkm/engine/Kbuild
parent48f3db28de6a5f60fc06a59845ec1cfd1025bff2 (diff)
downloadnouveau-eadc7d02ab221db2f9ef4e76acf66163605b058f.tar.gz
msvld: separate from bsp
Switch to NVIDIA's name for the device. The namespace of NVKM is being changed to nvkm_ instead of nouveau_, which will be used for the DRM part of the driver. This is being done in order to make it very clear as to what part of the driver a given symbol belongs to, and as a minor step towards splitting the DRM driver out to be able to stand on its own (for virt). Because there's already a large amount of churn here anyway, this is as good a time as any to also switch to NVIDIA's device and chipset naming to ease collaboration with them. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drm/nouveau/nvkm/engine/Kbuild')
-rw-r--r--drm/nouveau/nvkm/engine/Kbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/drm/nouveau/nvkm/engine/Kbuild b/drm/nouveau/nvkm/engine/Kbuild
index ebd30be3a..b410eb1e2 100644
--- a/drm/nouveau/nvkm/engine/Kbuild
+++ b/drm/nouveau/nvkm/engine/Kbuild
@@ -10,6 +10,7 @@ include $(src)/nvkm/engine/dmaobj/Kbuild
include $(src)/nvkm/engine/fifo/Kbuild
include $(src)/nvkm/engine/graph/Kbuild
include $(src)/nvkm/engine/mpeg/Kbuild
+include $(src)/nvkm/engine/msvld/Kbuild
include $(src)/nvkm/engine/perfmon/Kbuild
include $(src)/nvkm/engine/ppp/Kbuild
include $(src)/nvkm/engine/software/Kbuild