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

8 lines
160 B
Meson

i386_softmmu_ss.add(when: 'CONFIG_NVMM', if_true:
files(
'nvmm-all.c',
'nvmm-accel-ops.c',
)
)
i386_softmmu_ss.add(when: 'CONFIG_NVMM', if_true: nvmm)