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