From 8d075fd66fefd46580445a73ae4de37df9701226 Mon Sep 17 00:00:00 2001 From: Mykola Kvach Date: Thu, 11 Dec 2025 17:54:28 +0200 Subject: [PATCH] arm makefile modifications --- xen/arch/arm/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/xen/arch/arm/Makefile b/xen/arch/arm/Makefile index 4a549a1ac0..8283f13aee 100644 --- a/xen/arch/arm/Makefile +++ b/xen/arch/arm/Makefile @@ -100,6 +100,7 @@ $(TARGET)-syms: $(objtree)/prelink.o $(obj)/xen.lds | $(objtree)/tools/symbols $(all_symbols) --sysv --sort \ > $(dot-target).2.S $(MAKE) $(build)=$(@D) $(dot-target).2.o + $(call compare-symbol-tables, $(dot-target).1.o, $(dot-target).2.o) $(LD) $(XEN_LDFLAGS) -T $(obj)/xen.lds $< $(build_id_linker) \ $(dot-target).2.o -o $@ $(NM) -pa --format=sysv $@ \ -- 2.43.0