Just a tiny cosmetic fixup: We don't support vexpress any longer. Remove the hint to its unit.
Signed-off-by: Ralf Ramsauer <[email protected]> --- hypervisor/arch/arm/Kbuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hypervisor/arch/arm/Kbuild b/hypervisor/arch/arm/Kbuild index 15a318df..e1bec1b7 100644 --- a/hypervisor/arch/arm/Kbuild +++ b/hypervisor/arch/arm/Kbuild @@ -15,7 +15,7 @@ include $(src)/../arm-common/Kbuild always := lib.a # units initialization order as defined by linking order: -# irqchip (common-objs-y), [vexpress], <generic units> +# irqchip (common-objs-y), <generic units> lib-y := $(common-objs-y) lib-y += entry.o setup.o control.o traps.o mmio.o lib.o -- 2.22.0 -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/jailhouse-dev/20190612191746.16654-1-ralf.ramsauer%40oth-regensburg.de. For more options, visit https://groups.google.com/d/optout.
