The current logic to pass the non-arch include path to the assembler is no
longer required, since the .include asm macros all use full paths, the more it
was missing the arch specific include path after the move from include/ into
arch/.
This should have been part of:
762c3890c89f x86: fold indirect_thunk_asm.h into asm-defns.h
As the above change dropped the usage of .include with a header relative path.
Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
export XEN_BUILD_EFI XEN_BUILD_PE
export EFI_LDFLAGS
endif
-
-# Set up the assembler include path properly for older toolchains.
-CFLAGS += -Wa,-I$(objtree)/include -Wa,-I$(srctree)/include