> From: Anthony PERARD <anthony.per...@citrix.com> > Sent: Tuesday, March 22, 2022 11:22 AM > To: xen-devel@lists.xenproject.org <xen-devel@lists.xenproject.org> > Cc: Anthony Perard <anthony.per...@citrix.com>; Jan Beulich > <jbeul...@suse.com>; Daniel P . Smith <dpsm...@apertussolutions.com>; Julien > Grall <jgr...@amazon.com>; Andrew Cooper <andrew.coop...@citrix.com>; George > Dunlap <george.dun...@citrix.com>; Julien Grall <jul...@xen.org>; Stefano > Stabellini <sstabell...@kernel.org>; Wei Liu <w...@xen.org>; Roger Pau Monne > <roger....@citrix.com>; Konrad Rzeszutek Wilk <konrad.w...@oracle.com>; Ross > Lagerwall <ross.lagerw...@citrix.com>; Daniel De Graaf <dgde...@tycho.nsa.gov> > 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 <anthony.per...@citrix.com> > Acked-by: Jan Beulich <jbeul...@suse.com> > Reviewed-by: Daniel P. Smith <dpsm...@apertussolutions.com> > Acked-by: Julien Grall <jgr...@amazon.com> > Tested-by: Julien Grall <jgr...@amazon.com> >
Acked-by: Ross Lagerwall <ross.lagerw...@citrix.com> (livepatch parts)