diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2021-11-17 16:26:14 +0100 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2021-12-20 10:12:29 -0800 |
commit | ff9c1e5500141df7be15446ccfbdc66752812a9a (patch) | |
tree | 18af3b172428c7a91d7fa89e0102ee1ea8c44001 /linux-user/meson.build | |
parent | 5bfd125ec8ba8aab04f3a636dcea39f6c4075ced (diff) |
linux-user: Move thunk.c from top-level
So far, linux-user is the only user of these functions.
Clean up the build machinery by restricting it to linux-user.
Reviewed-by: Warner Losh <imp@bsdimp.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'linux-user/meson.build')
-rw-r--r-- | linux-user/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-user/meson.build b/linux-user/meson.build index eef1dd68bd..ca8b86f209 100644 --- a/linux-user/meson.build +++ b/linux-user/meson.build @@ -15,6 +15,7 @@ linux_user_ss.add(files( 'signal.c', 'strace.c', 'syscall.c', + 'thunk.c', 'uaccess.c', 'uname.c', )) |