Hi Anthony,
On 25/01/2022 11:37, Anthony PERARD wrote:
On Tue, Jan 25, 2022 at 11:01:03AM +0000, Anthony PERARD wrote:
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.
Maybe I should have made it more explicit in the description that those
only works within the xen dir, i.e. not the whole project.
That would be useful. In any case:
Acked-by: Julien Grall <jgr...@amazon.com>
Tested-by: Julien Grall <jgr...@amazon.com>
Cheers,
--
Julien Grall