x86/hyperv: Fix kernel panic when kexec on HyperV
[sfrench/cifs-2.6.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