From: Jan Kiszka <[email protected]> Signed-off-by: Jan Kiszka <[email protected]> --- hypervisor/arch/arm64/Kbuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/hypervisor/arch/arm64/Kbuild b/hypervisor/arch/arm64/Kbuild index 59102226..fd56a4da 100644 --- a/hypervisor/arch/arm64/Kbuild +++ b/hypervisor/arch/arm64/Kbuild @@ -17,9 +17,8 @@ include $(src)/../arm-common/Kbuild always-y := lib.a # units initialization order as defined by linking order: -# irqchip (common-objs-y), smmu-v3, ti-pvu, <generic units> +# irqchip (common-objs-y), smmu-v3, ti-pvu, smmu, <generic units> lib-y := $(common-objs-y) lib-y += entry.o setup.o control.o mmio.o paging.o caches.o traps.o -lib-y += iommu.o smmu-v3.o ti-pvu.o -lib-y += smmu.o +lib-y += iommu.o smmu-v3.o ti-pvu.o smmu.o -- 2.36.1 -- 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/20220627131329.3659-7-ralf.ramsauer%40oth-regensburg.de.
