mirror_qemu/target/i386/nvmm/meson.build

9 lines
158 B
Meson

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