]> Git Repo - qemu.git/blob - qom/meson.build
works with less than base ISA qemu-system-riscv32 -M virt -bios none -kernel output...
[qemu.git] / qom / meson.build
1 qom_ss.add(genh)
2 qom_ss.add(files(
3   'container.c',
4   'object.c',
5   'object_interfaces.c',
6   'qom-qobject.c',
7 ))
8
9 qmp_ss.add(files('qom-qmp-cmds.c'))
10 softmmu_ss.add(files('qom-hmp-cmds.c'))
This page took 0.024337 seconds and 4 git commands to generate.