From: Jan Kiszka <[email protected]> Missed in b5a39e1746dc.
Signed-off-by: Jan Kiszka <[email protected]> --- inmates/lib/arm/Makefile.lib | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inmates/lib/arm/Makefile.lib b/inmates/lib/arm/Makefile.lib index 2ea037cd..5df2632d 100644 --- a/inmates/lib/arm/Makefile.lib +++ b/inmates/lib/arm/Makefile.lib @@ -58,8 +58,8 @@ endef .SECONDEXPANSION: $(obj)/%-linked.o: $(INMATES_LIB)/inmate.lds $$(addprefix $$(obj)/,$$($$*-y)) \ - $(INMATES_LIB)/lib.a + $(INMATES_LIB)/lib.a FORCE $(call if_changed,ld) -$(obj)/%.bin: $(obj)/%-linked.o +$(obj)/%.bin: $(obj)/%-linked.o FORCE $(call if_changed,objcopy) -- 2.31.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/bc07147b-3e53-9194-d5b3-419f6a432b7a%40web.de.
