From: Jan Kiszka <[email protected]>
Without this, make may skip over relinking the core against the arch
subdir results while the latter is still being built. This was
reproducible by touching an architecture file and then rebuild with -j.
Fixes: f5a0a36601c2 ("core: Rework architecture subdir build")
Signed-off-by: Jan Kiszka <[email protected]>
---
hypervisor/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/hypervisor/Makefile b/hypervisor/Makefile
index 4ba2df6af..5d441a035 100644
--- a/hypervisor/Makefile
+++ b/hypervisor/Makefile
@@ -93,6 +93,7 @@ define BUILD_JAILHOUSE_template
always += jailhouse$(1).bin
$$(obj)/arch/$$(SRCARCH)/built-in$(1).o: $$(obj)/arch/$$(SRCARCH)
+ @true
hypervisor$(1)-y := arch/$$(SRCARCH)/built-in$(1).o $$(CORE_OBJECTS) \
hypervisor.lds
--
2.13.6
--
You received this message because you are subscribed to the Google Groups
"Jailhouse" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.