From: Andrew Cooper Date: Tue, 7 Jun 2022 12:00:09 +0000 (+0200) Subject: xen/build: Fix dependency for the MAP rule X-Git-Tag: archive/raspbian/4.16.2-1+rpi1^2~34^2~74 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4bb8c34ba4241c2bf7845cd8b80c17530dbfb085;p=xen.git xen/build: Fix dependency for the MAP rule Signed-off-by: Andrew Cooper Acked-by: Jan Beulich master commit: e1e72198213b80b7a82bdc90f96ed05ae4f53e20 master date: 2022-04-20 19:10:59 +0100 --- diff --git a/xen/Makefile b/xen/Makefile index 90a29782db..ce4eca3ee4 100644 --- a/xen/Makefile +++ b/xen/Makefile @@ -507,7 +507,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 FORCE