Re: [Xen-devel] [XEN PATCH v3 21/23] xen/build: Use if_changed for prelink*.o

2020-03-04 Thread Jan Beulich
On 27.02.2020 14:16, Roger Pau Monné wrote: > On Wed, Feb 26, 2020 at 11:33:53AM +, Anthony PERARD wrote: >> We change the dependencies of prelink-efi.o so that we can use the >> same command line. The dependency on efi/built_in.o isn't needed >> because, we already have: >> efi/*.o:

Re: [Xen-devel] [XEN PATCH v3 21/23] xen/build: Use if_changed for prelink*.o

2020-02-27 Thread Roger Pau Monné
On Wed, Feb 26, 2020 at 11:33:53AM +, Anthony PERARD wrote: > We change the dependencies of prelink-efi.o so that we can use the > same command line. The dependency on efi/built_in.o isn't needed > because, we already have: > efi/*.o: efi/built_in.o > to build efi/*.o files that

[Xen-devel] [XEN PATCH v3 21/23] xen/build: Use if_changed for prelink*.o

2020-02-26 Thread Anthony PERARD
We change the dependencies of prelink-efi.o so that we can use the same command line. The dependency on efi/built_in.o isn't needed because, we already have: efi/*.o: efi/built_in.o to build efi/*.o files that prelink-efi.o needs. Signed-off-by: Anthony PERARD --- xen/arch/x86/Makefile | 8