From: Andrew Cooper Date: Thu, 14 Apr 2022 16:04:54 +0000 (+0100) Subject: xen/build: Fix dependency for the MAP rule X-Git-Tag: archive/raspbian/4.17.0-1+rpi1^2~33^2~723 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e1e72198213b80b7a82bdc90f96ed05ae4f53e20;p=xen.git xen/build: Fix dependency for the MAP rule Signed-off-by: Andrew Cooper Acked-by: Jan Beulich --- diff --git a/xen/Makefile b/xen/Makefile index dd05672ff4..3a4e3bdd0f 100644 --- a/xen/Makefile +++ b/xen/Makefile @@ -599,7 +599,7 @@ cscope: cscope -k -b -q .PHONY: _MAP -_MAP: +_MAP: $(TARGET) $(NM) -n $(TARGET)-syms | grep -v '\(compiled\)\|\(\.o$$\)\|\( [aUw] \)\|\(\.\.ng$$\)\|\(LASH[RL]DI\)' > System.map %.o %.i %.s: %.c tools_fixdep FORCE