mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-22 15:22:57 +07:00
cc36205085
Will be used to improve channel runlist selection. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
10 lines
205 B
Makefile
10 lines
205 B
Makefile
nvif-y := nvif/object.o
|
|
nvif-y += nvif/client.o
|
|
nvif-y += nvif/device.o
|
|
nvif-y += nvif/driver.o
|
|
nvif-y += nvif/fifo.o
|
|
nvif-y += nvif/mem.o
|
|
nvif-y += nvif/mmu.o
|
|
nvif-y += nvif/notify.o
|
|
nvif-y += nvif/vmm.o
|