]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blob - arch/x86/hyperv/Makefile
Merge tag 'ntb-4.20' of git://github.com/jonmason/ntb
[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