scsi: move host_status handling into SCSI drivers
[qemu/ar7.git] / target / hppa / meson.build
blob8a7ff82efc37675274551b281b9d2d64baf40f3a
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   'mem_helper.c',
11   'op_helper.c',
12   'translate.c',
15 hppa_softmmu_ss = ss.source_set()
16 hppa_softmmu_ss.add(files('machine.c'))
18 target_arch += {'hppa': hppa_ss}
19 target_softmmu_arch += {'hppa': hppa_softmmu_ss}