build: allow to test clang .include without asm symlink
authorAnthony PERARD <anthony.perard@citrix.com>
Thu, 27 Feb 2020 14:46:14 +0000 (15:46 +0100)
committerJan Beulich <jbeulich@suse.com>
Thu, 27 Feb 2020 14:46:14 +0000 (15:46 +0100)
commit3934b0a7567dc5c3734fa2bfc5b92a34a574cac7
treea921456d1419ee77c949e4aef0ddd385b46fe671
parent5f29f349818be5b4e06caae57727405a7ea1a978
build: allow to test clang .include without asm symlink

The clang test for "asm()-s support .include." needs to be modified
because the symbolic link asm -> asm-x86 may not exist when the test
is runned. Since it's an x86 test, we don't need the link.

This will be an issue with the following patch "xen/build: have the
root Makefile generates the CFLAGS".

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Reviewed-by: Roger Pau Monné <roger.pau@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/Rules.mk