This commit reinstates the pre-DEVINIT AGP fiddling that was broken in an earlier commit. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
7 lines
231 B
Makefile
7 lines
231 B
Makefile
nvkm-y += nvkm/subdev/pci/agp.o
|
|
nvkm-y += nvkm/subdev/pci/base.o
|
|
nvkm-y += nvkm/subdev/pci/nv04.o
|
|
nvkm-y += nvkm/subdev/pci/nv40.o
|
|
nvkm-y += nvkm/subdev/pci/nv4c.o
|
|
nvkm-y += nvkm/subdev/pci/nv50.o
|
|
nvkm-y += nvkm/subdev/pci/gf100.o
|