On 11/17/21 17:04, Richard Henderson wrote: > We have no need to reference bsd_user_ss outside of bsd-user. > Go ahead and merge it directly into specific_ss. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > meson.build | 3 --- > bsd-user/meson.build | 4 ++++ > 2 files changed, 4 insertions(+), 3 deletions(-)
Similar comment than linux-user previous patch (avoid wasting buildsys resources), otherwise: Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>