From: Jan Beulich Date: Tue, 15 Mar 2022 11:09:56 +0000 (+0100) Subject: Arm: arrange to have linker script honor dependencies (again) X-Git-Tag: archive/raspbian/4.17.0-1+rpi1^2~33^2~827 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c7a80bc50ac768b4eecaad85b77ae45790c93c73;p=xen.git Arm: arrange to have linker script honor dependencies (again) The if_changed macro leads to dependencies being recorded in .*.d, which aren't loaded anymore. Use if_changed_dep instead, like x86 does. Fixes: 06ef696c85a7 ("build: introduce if_changed_deps") Signed-off-by: Jan Beulich Acked-by: Julien Grall --- diff --git a/xen/arch/arm/Makefile b/xen/arch/arm/Makefile index cecfaf4f3c..51ec2ba928 100644 --- a/xen/arch/arm/Makefile +++ b/xen/arch/arm/Makefile @@ -112,7 +112,7 @@ $(TARGET)-syms: $(BASEDIR)/prelink.o $(obj)/xen.lds include: $(obj)/xen.lds: $(src)/xen.lds.S FORCE - $(call if_changed,cpp_lds_S) + $(call if_changed_dep,cpp_lds_S) $(obj)/dtb.o: $(patsubst "%",%,$(CONFIG_DTB_FILE))