build: generate x86's asm-macros.h with filechk
authorAnthony PERARD <anthony.perard@citrix.com>
Fri, 25 Feb 2022 10:07:04 +0000 (11:07 +0100)
committerJan Beulich <jbeulich@suse.com>
Fri, 25 Feb 2022 10:07:04 +0000 (11:07 +0100)
commit913b8be1c78f336a066f7237a6b3de42d4537dc8
treeb115cedc4d88fa4aabde54011084da097583b01e
parent109980738e1449f5f281e5d6bfb5681eb9defea6
build: generate x86's asm-macros.h with filechk

When we will build out-of-tree, make is going to try to generate
"asm-macros.h" before the directories "arch/x86/include/asm" exist,
thus we would need to call `mkdir` explicitly. We will use "filechk"
for that as it does everything that the current recipe does and does
call `mkdir`.

Also, they are no more "*.new" files generated in this directory.

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/Makefile