Re: [XEN PATCH v5 11/16] xen/build: factorise generation of the linker scripts

2020-04-28 Thread Jan Beulich
On 21.04.2020 18:12, Anthony PERARD wrote: > In Arm and X86 makefile, generating the linker script is the same, so > we can simply have both call the same macro. > > We need to add *.lds files into extra-y so that Rules.mk can find the > .*.cmd dependency file and load it. > > Change made to the

Re: [XEN PATCH v5 11/16] xen/build: factorise generation of the linker scripts

2020-04-24 Thread Julien Grall
On 21/04/2020 17:12, Anthony PERARD wrote: In Arm and X86 makefile, generating the linker script is the same, so we can simply have both call the same macro. We need to add *.lds files into extra-y so that Rules.mk can find the .*.cmd dependency file and load it. Change made to the command

[XEN PATCH v5 11/16] xen/build: factorise generation of the linker scripts

2020-04-21 Thread Anthony PERARD
In Arm and X86 makefile, generating the linker script is the same, so we can simply have both call the same macro. We need to add *.lds files into extra-y so that Rules.mk can find the .*.cmd dependency file and load it. Change made to the command line: - Use of $(CPP) instead of $(CC) -E -