qemu-e2k/target/i386/nvmm/meson.build

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
158 B
Meson
Raw Normal View History

i386_system_ss.add(when: 'CONFIG_NVMM', if_true:
files(
'nvmm-all.c',
'nvmm-accel-ops.c',
)
)
i386_system_ss.add(when: 'CONFIG_NVMM', if_true: nvmm)