xref: /qemu/target/i386/nvmm/meson.build (revision 8d7f2e767d8cd058c817dbe31430b89f2e11535d)
1i386_system_ss.add(when: 'CONFIG_NVMM', if_true:
2  files(
3  'nvmm-all.c',
4  'nvmm-accel-ops.c',
5  )
6)
7
8i386_system_ss.add(when: 'CONFIG_NVMM', if_true: nvmm)
9