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