qcow2: manually add more coroutine_fn annotations
[qemu.git] / target / hppa / meson.build
blob021e42a2d09471b23c96de5fc17f7166cc8a3551
1 gen = decodetree.process('insns.decode')
3 hppa_ss = ss.source_set()
4 hppa_ss.add(gen)
5 hppa_ss.add(files(
6   'cpu.c',
7   'gdbstub.c',
8   'helper.c',
9   'int_helper.c',
10   'op_helper.c',
11   'translate.c',
14 hppa_softmmu_ss = ss.source_set()
15 hppa_softmmu_ss.add(files(
16   'machine.c',
17   'mem_helper.c',
20 target_arch += {'hppa': hppa_ss}
21 target_softmmu_arch += {'hppa': hppa_softmmu_ss}