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 /meson.build | |
parent | 5bfd125ec8ba8aab04f3a636dcea39f6c4075ced (diff) | |
download | qemu-ff9c1e5500141df7be15446ccfbdc66752812a9a.zip qemu-ff9c1e5500141df7be15446ccfbdc66752812a9a.tar.gz qemu-ff9c1e5500141df7be15446ccfbdc66752812a9a.tar.bz2 |
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 'meson.build')
-rw-r--r-- | meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 4e0a803..eebeaab 100644 --- a/meson.build +++ b/meson.build @@ -2633,7 +2633,6 @@ subdir('linux-user') specific_ss.add_all(when: 'CONFIG_BSD_USER', if_true: bsd_user_ss) -linux_user_ss.add(files('thunk.c')) specific_ss.add_all(when: 'CONFIG_LINUX_USER', if_true: linux_user_ss) common_user_ss = common_user_ss.apply(config_all, strict: false) |