mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 09:13:55 -06:00
meson: convert block
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
848e8ff677
commit
5e5733e599
15 changed files with 231 additions and 106 deletions
|
@ -1,4 +0,0 @@
|
|||
block-obj-y += utils.o
|
||||
|
||||
block-obj-$(CONFIG_LINUX) += pr-manager.o pr-manager-helper.o
|
||||
block-obj-$(call lnot,$(CONFIG_LINUX)) += pr-manager-stub.o
|
4
scsi/meson.build
Normal file
4
scsi/meson.build
Normal file
|
@ -0,0 +1,4 @@
|
|||
block_ss.add(files('utils.c'))
|
||||
block_ss.add(when: 'CONFIG_LINUX',
|
||||
if_true: files('pr-manager.c', 'pr-manager-helper.c'),
|
||||
if_false: files('pr-manager-stub.c'))
|
Loading…
Add table
Add a link
Reference in a new issue