|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen staging] x86: put x86_emulate/ early in $(obj-y)
commit c363ac025cada08d2872c08825e6694f527f9b46
Author: Jan Beulich <jbeulich@xxxxxxxx>
AuthorDate: Thu Jul 16 09:18:01 2026 +0200
Commit: Jan Beulich <jbeulich@xxxxxxxx>
CommitDate: Thu Jul 16 09:18:01 2026 +0200
x86: put x86_emulate/ early in $(obj-y)
... such that in parallel builds make would schedule it early.
Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx>
Acked-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
Reviewed-by: Teddy Astie <teddy.astie@xxxxxxxxxx>
---
xen/arch/x86/Makefile | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/xen/arch/x86/Makefile b/xen/arch/x86/Makefile
index eac4c08c1d..b14eca98bf 100644
--- a/xen/arch/x86/Makefile
+++ b/xen/arch/x86/Makefile
@@ -1,3 +1,7 @@
+# Put this ahead of the sorted list below, as it takes long to build and hence
+# we'd like parallel make to schedule its building early.
+obj-y += x86_emulate/
+
obj-y += acpi/
obj-y += boot/
obj-y += cpu/
@@ -9,7 +13,6 @@ obj-y += lib/
obj-y += mm/
obj-$(CONFIG_PV) += pv/
obj-y += x86_64/
-obj-y += x86_emulate/
obj-y += alternative.o
obj-y += apic.o
--
generated by git-patchbot for /home/xen/git/xen.git#staging
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |