mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -06:00
meson: bsd-user
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
3a30446aed
commit
b309c32125
4 changed files with 14 additions and 5 deletions
|
@ -705,8 +705,12 @@ subdir('net')
|
|||
subdir('replay')
|
||||
subdir('hw')
|
||||
subdir('accel')
|
||||
subdir('bsd-user')
|
||||
subdir('linux-user')
|
||||
|
||||
bsd_user_ss.add(files('gdbstub.c'))
|
||||
specific_ss.add_all(when: 'CONFIG_BSD_USER', if_true: bsd_user_ss)
|
||||
|
||||
linux_user_ss.add(files('gdbstub.c', 'thunk.c'))
|
||||
specific_ss.add_all(when: 'CONFIG_LINUX_USER', if_true: linux_user_ss)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue