On Fri, Jan 21, 2022 at 07:59:40AM +0100, Jan Beulich wrote: > One more question: With an out-of-tree build, where do I put the > (build flavor specific) ./.config (not xen/.config)? I'm using this > extensively for cross builds and to override tool chain components > (to avoid having to remember to always specify the right combination > for a certain flavor on the command line).
You mean the optional ".config" that "Config.mk" includes? This file is still included as "$(XEN_ROOT)/.config", and XEN_ROOT is set to be the source tree. Maybe you could abuse a file named "xen-version" which is included near the top of "xen/Makefile" instead. -- Anthony PERARD
