xref: /openbmc/qemu/scsi/meson.build (revision 721cdcae73071d12415b64971ece3f87b2971bc2)
1block_ss.add(files('utils.c'))
2block_ss.add(when: 'CONFIG_LINUX',
3             if_true: files('pr-manager.c', 'pr-manager-helper.c'),
4             if_false: files('pr-manager-stub.c'))
5