Projet_SETI_RISC-V/riscv-gnu-toolchain/qemu/scsi/meson.build
2023-03-06 14:48:14 +01:00

5 lines
185 B
Meson

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'))