]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blob - arch/x86/hyperv/Makefile
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[mirror_ubuntu-hirsute-kernel.git] / arch / x86 / hyperv / Makefile
1 obj-y := hv_init.o mmu.o nested.o
2 obj-$(CONFIG_X86_64) += hv_apic.o
3
4 ifdef CONFIG_X86_64
5 obj-$(CONFIG_PARAVIRT_SPINLOCKS) += hv_spinlock.o
6 endif