]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blobdiff - arch/x86/hyperv/Makefile
treewide: Add SPDX license identifier - Makefile/Kconfig
[mirror_ubuntu-hirsute-kernel.git] / arch / x86 / hyperv / Makefile
index b21ee65c410183ea2492d5ee3403a6fcd91f4cd2..89b1f74d32253b4c091f69b586d6f4201d66e7d4 100644 (file)
@@ -1,2 +1,7 @@
+# SPDX-License-Identifier: GPL-2.0-only
 obj-y                  := hv_init.o mmu.o nested.o
 obj-$(CONFIG_X86_64)   += hv_apic.o
+
+ifdef CONFIG_X86_64
+obj-$(CONFIG_PARAVIRT_SPINLOCKS)       += hv_spinlock.o
+endif