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

13 lines
405 B
Meson

softmmu_ss.add(when: 'CONFIG_CXL',
if_true: files(
'cxl-component-utils.c',
'cxl-device-utils.c',
'cxl-mailbox-utils.c',
'cxl-host.c',
),
if_false: files(
'cxl-host-stubs.c',
))
softmmu_ss.add(when: 'CONFIG_ALL', if_true: files('cxl-host-stubs.c'))