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