Based off b80915eb99
and compacted into a single commit so that it will fit on the uni git server
8 lines
247 B
Makefile
8 lines
247 B
Makefile
# SPDX-License-Identifier: MIT
|
|
nvkm-y += nvkm/engine/device/acpi.o
|
|
nvkm-y += nvkm/engine/device/base.o
|
|
nvkm-y += nvkm/engine/device/ctrl.o
|
|
nvkm-y += nvkm/engine/device/pci.o
|
|
nvkm-y += nvkm/engine/device/tegra.o
|
|
nvkm-y += nvkm/engine/device/user.o
|