xref: /openbmc/qemu/target/i386/nvmm/meson.build (revision bb5de52524c6c4b7da5623c5b19d9d6dc8405aa0)
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