brintos

brintos / linux-shallow public Read only

0
0
Text · 1.4 KiB · 7ba35ea Raw
45 lines · plain
1# SPDX-License-Identifier: MIT2nvkm-y += nvkm/subdev/mmu/base.o3nvkm-y += nvkm/subdev/mmu/nv04.o4nvkm-y += nvkm/subdev/mmu/nv41.o5nvkm-y += nvkm/subdev/mmu/nv44.o6nvkm-y += nvkm/subdev/mmu/nv50.o7nvkm-y += nvkm/subdev/mmu/g84.o8nvkm-y += nvkm/subdev/mmu/mcp77.o9nvkm-y += nvkm/subdev/mmu/gf100.o10nvkm-y += nvkm/subdev/mmu/gk104.o11nvkm-y += nvkm/subdev/mmu/gk20a.o12nvkm-y += nvkm/subdev/mmu/gm200.o13nvkm-y += nvkm/subdev/mmu/gm20b.o14nvkm-y += nvkm/subdev/mmu/gp100.o15nvkm-y += nvkm/subdev/mmu/gp10b.o16nvkm-y += nvkm/subdev/mmu/gv100.o17nvkm-y += nvkm/subdev/mmu/tu102.o18 19nvkm-y += nvkm/subdev/mmu/r535.o20 21nvkm-y += nvkm/subdev/mmu/mem.o22nvkm-y += nvkm/subdev/mmu/memnv04.o23nvkm-y += nvkm/subdev/mmu/memnv50.o24nvkm-y += nvkm/subdev/mmu/memgf100.o25 26nvkm-y += nvkm/subdev/mmu/vmm.o27nvkm-y += nvkm/subdev/mmu/vmmnv04.o28nvkm-y += nvkm/subdev/mmu/vmmnv41.o29nvkm-y += nvkm/subdev/mmu/vmmnv44.o30nvkm-y += nvkm/subdev/mmu/vmmnv50.o31nvkm-y += nvkm/subdev/mmu/vmmmcp77.o32nvkm-y += nvkm/subdev/mmu/vmmgf100.o33nvkm-y += nvkm/subdev/mmu/vmmgk104.o34nvkm-y += nvkm/subdev/mmu/vmmgk20a.o35nvkm-y += nvkm/subdev/mmu/vmmgm200.o36nvkm-y += nvkm/subdev/mmu/vmmgm20b.o37nvkm-y += nvkm/subdev/mmu/vmmgp100.o38nvkm-y += nvkm/subdev/mmu/vmmgp10b.o39nvkm-y += nvkm/subdev/mmu/vmmgv100.o40nvkm-y += nvkm/subdev/mmu/vmmtu102.o41 42nvkm-y += nvkm/subdev/mmu/umem.o43nvkm-y += nvkm/subdev/mmu/ummu.o44nvkm-y += nvkm/subdev/mmu/uvmm.o45