]> git.ipfire.org Git - thirdparty/kernel/linux.git/blame - arch/x86/hyperv/Makefile
treewide: Add SPDX license identifier - Makefile/Kconfig
[thirdparty/kernel/linux.git] / arch / x86 / hyperv / Makefile
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
eb914cfe 2obj-y := hv_init.o mmu.o nested.o
2d2ccf24 3obj-$(CONFIG_X86_64) += hv_apic.o
3a025de6
YS
4
5ifdef CONFIG_X86_64
6obj-$(CONFIG_PARAVIRT_SPINLOCKS) += hv_spinlock.o
7endif