On 4/4/24 09:47, Philippe Mathieu-Daudé wrote:
Only the files in hwcore_ss[] are required to link a user emulation binary.Have meson process the hw/ sub-directories if system emulation is selected, otherwise directly process hw/core/ to get hwcore_ss[], which is the only set required by user emulation. Signed-off-by: Philippe Mathieu-Daudé<[email protected]> --- meson.build | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-)
Reviewed-by: Richard Henderson <[email protected]> r~
