hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/x86/Kbuild
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0
12 obj-y += entry/
23
34 obj-$(CONFIG_PERF_EVENTS) += events/
....@@ -7,6 +8,8 @@
78 # Xen paravirtualization support
89 obj-$(CONFIG_XEN) += xen/
910
11
+obj-$(CONFIG_PVH) += platform/pvh/
12
+
1013 # Hyper-V paravirtualization support
1114 obj-$(subst m,y,$(CONFIG_HYPERV)) += hyperv/
1215