]> Git Repo - qemu.git/blob - target/i386/nvmm/meson.build
target/i386: Truncate values for lcall_real to i32
[qemu.git] / target / i386 / nvmm / meson.build
1 i386_softmmu_ss.add(when: 'CONFIG_NVMM', if_true:
2   files(
3   'nvmm-all.c',
4   'nvmm-accel-ops.c',
5   )
6 )
7
8 i386_softmmu_ss.add(when: 'CONFIG_NVMM', if_true: nvmm)
This page took 0.025457 seconds and 4 git commands to generate.