On 11/17/21 17:04, Richard Henderson wrote: > So far, linux-user is the only user of these functions. > Clean up the build machinery by restricting it to linux-user. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > meson.build | 1 - > thunk.c => linux-user/thunk.c | 0 > linux-user/meson.build | 1 + > 3 files changed, 1 insertion(+), 1 deletion(-) > rename thunk.c => linux-user/thunk.c (100%)
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>