1 # SPDX-License-Identifier: GPL-2.0-only 2 obj-y := hv_init.o mmu.o nested.o irqdomain.o ivm.o 3 obj-$(CONFIG_X86_64) += hv_apic.o hv_proc.o 4 obj-$(CONFIG_HYPERV_VTL_MODE) += hv_vtl.o 5 6 ifdef CONFIG_X86_64 7 obj-$(CONFIG_PARAVIRT_SPINLOCKS) += hv_spinlock.o 8 endif
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.