Files
chromebox_10th_audio_driver/kernel-src/linux-hwe-6.17-6.17.0/arch/x86/hyperv/Makefile
2026-04-04 07:45:01 +00:00

9 lines
247 B
Makefile

# SPDX-License-Identifier: GPL-2.0-only
obj-y := hv_init.o mmu.o nested.o irqdomain.o ivm.o
obj-$(CONFIG_X86_64) += hv_apic.o
obj-$(CONFIG_HYPERV_VTL_MODE) += hv_vtl.o
ifdef CONFIG_X86_64
obj-$(CONFIG_PARAVIRT_SPINLOCKS) += hv_spinlock.o
endif