hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/x86/hyperv/Makefile
....@@ -1,2 +1,7 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 obj-y := hv_init.o mmu.o nested.o
23 obj-$(CONFIG_X86_64) += hv_apic.o
4
+
5
+ifdef CONFIG_X86_64
6
+obj-$(CONFIG_PARAVIRT_SPINLOCKS) += hv_spinlock.o
7
+endif