mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 10:13:56 -06:00
system: Move most files to libsystem_ss
Some of the headers used require CONFIG_USER_ONLY. Do not move vl.c, because it has other include dependencies that are present in system_ss. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
53d2354cec
commit
7c2f3580e5
1 changed files with 5 additions and 2 deletions
|
@ -4,6 +4,10 @@ specific_ss.add(when: 'CONFIG_SYSTEM_ONLY', if_true: [files(
|
|||
)])
|
||||
|
||||
system_ss.add(files(
|
||||
'vl.c',
|
||||
), sdl, libpmem, libdaxctl)
|
||||
|
||||
libsystem_ss.add(files(
|
||||
'balloon.c',
|
||||
'bootdevice.c',
|
||||
'cpus.c',
|
||||
|
@ -23,9 +27,8 @@ system_ss.add(files(
|
|||
'runstate-hmp-cmds.c',
|
||||
'runstate.c',
|
||||
'tpm-hmp-cmds.c',
|
||||
'vl.c',
|
||||
'watchpoint.c',
|
||||
), sdl, libpmem, libdaxctl)
|
||||
))
|
||||
|
||||
if have_tpm
|
||||
system_ss.add(files('tpm.c'))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue