> From: Anthony PERARD <[email protected]>
> Sent: Tuesday, March 22, 2022 11:22 AM
> To: [email protected] <[email protected]>
> Cc: Anthony Perard <[email protected]>; Jan Beulich 
> <[email protected]>; Daniel P . Smith <[email protected]>; Julien 
> Grall <[email protected]>; Andrew Cooper <[email protected]>; George 
> Dunlap <[email protected]>; Julien Grall <[email protected]>; Stefano 
> Stabellini <[email protected]>; Wei Liu <[email protected]>; Roger Pau Monne 
> <[email protected]>; Konrad Rzeszutek Wilk <[email protected]>; Ross 
> Lagerwall <[email protected]>; Daniel De Graaf <[email protected]>
> Subject: [XEN PATCH v10 7/7] build: adding out-of-tree support to the xen 
> build 
>  
> This implement out-of-tree support, there's two ways to create an
> out-of-tree build tree (after that, `make` in that new directory
> works):
>     make O=build
>     mkdir build; cd build; make -f ../Makefile
> also works with an absolute path for both.
> 
> This implementation only works if the source tree is clean, as we use
> VPATH.
> 
> This patch copies most new code with handling out-of-tree build from
> Linux v5.12.
> 
> Signed-off-by: Anthony PERARD <[email protected]>
> Acked-by: Jan Beulich <[email protected]>
> Reviewed-by: Daniel P. Smith <[email protected]>
> Acked-by: Julien Grall <[email protected]>
> Tested-by: Julien Grall <[email protected]>
> 

Acked-by: Ross Lagerwall <[email protected]> (livepatch parts)

Reply via email to