mirror of
https://github.com/torvalds/linux.git
synced 2026-04-23 00:55:48 -04:00
9 lines
183 B
Makefile
9 lines
183 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/mem.o
|
|
nvif-y += nvif/mmu.o
|
|
nvif-y += nvif/notify.o
|
|
nvif-y += nvif/vmm.o
|