]> xenbits.xensource.com Git - people/royger/xen.git/commitdiff
xen/x86: drop passing include path to the assembler include-path gitlab/include-path
authorRoger Pau Monne <roger.pau@citrix.com>
Wed, 4 Sep 2024 08:23:41 +0000 (10:23 +0200)
committerRoger Pau Monne <roger.pau@citrix.com>
Wed, 4 Sep 2024 08:41:30 +0000 (10:41 +0200)
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>
xen/arch/x86/arch.mk

index 4f6c086988dd0b8a6bde9f5f6751fde801b409c7..e2bc55397ec000c6f911320874d0b5c92658312c 100644 (file)
@@ -124,6 +124,3 @@ endif # $(XEN_BUILD_PE)
 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