xen/build: Fix MAP rule when called in isolation
authorAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 21 Apr 2022 14:23:37 +0000 (15:23 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 22 Apr 2022 19:39:34 +0000 (20:39 +0100)
commitb3234f193a912ce73c838279f2cf3ff242a00dfd
tree658ea9244cad313907ab888aeb830ea04139a629
parent54279f87ecbcb3eab45fbdd52f44c1be998a9ab3
xen/build: Fix MAP rule when called in isolation

Now that `make MAP` might rebuild $(TARGET), it needs removing from
no-dot-config-targets.

Otherwise the build eventually fails with:

    CPP     arch/x86/asm-macros.i
  arch/x86/asm-macros.c:1:10: fatal error: asm/asm-defns.h: No such file or
  directory
      1 | #include <asm/asm-defns.h>
        |          ^~~~~~~~~~~~~~~~~

Fixes: e1e72198213b ("xen/build: Fix dependency for the MAP rule")
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/Makefile