]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blob - arch/x86/hyperv/Makefile
Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[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