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. A comparison of objdump disassemblies proves no code changes. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
14 lines
521 B
Makefile
14 lines
521 B
Makefile
nvkm-y += nvkm/subdev/devinit/base.o
|
|
nvkm-y += nvkm/subdev/devinit/nv04.o
|
|
nvkm-y += nvkm/subdev/devinit/nv05.o
|
|
nvkm-y += nvkm/subdev/devinit/nv10.o
|
|
nvkm-y += nvkm/subdev/devinit/nv1a.o
|
|
nvkm-y += nvkm/subdev/devinit/nv20.o
|
|
nvkm-y += nvkm/subdev/devinit/nv50.o
|
|
nvkm-y += nvkm/subdev/devinit/g84.o
|
|
nvkm-y += nvkm/subdev/devinit/g98.o
|
|
nvkm-y += nvkm/subdev/devinit/gt215.o
|
|
nvkm-y += nvkm/subdev/devinit/mcp89.o
|
|
nvkm-y += nvkm/subdev/devinit/gf100.o
|
|
nvkm-y += nvkm/subdev/devinit/gm107.o
|
|
nvkm-y += nvkm/subdev/devinit/gm204.o
|