mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
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>
This commit is contained in:
parent
5bfd125ec8
commit
ff9c1e5500
4 changed files with 1 additions and 2 deletions
|
@ -15,6 +15,7 @@ linux_user_ss.add(files(
|
|||
'signal.c',
|
||||
'strace.c',
|
||||
'syscall.c',
|
||||
'thunk.c',
|
||||
'uaccess.c',
|
||||
'uname.c',
|
||||
))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue