]> git.proxmox.com Git - mirror_qemu.git/blame - target/hppa/meson.build
target/arm: Rewrite check_s2_mmu_setup
[mirror_qemu.git] / target / hppa / meson.build
CommitLineData
abff1abf
PB
1gen = decodetree.process('insns.decode')
2
3hppa_ss = ss.source_set()
4hppa_ss.add(gen)
5hppa_ss.add(files(
6 'cpu.c',
5c39f954 7 'fpu_helper.c',
abff1abf
PB
8 'gdbstub.c',
9 'helper.c',
10 'int_helper.c',
abff1abf
PB
11 'op_helper.c',
12 'translate.c',
13))
14
15hppa_softmmu_ss = ss.source_set()
860e0b96
RH
16hppa_softmmu_ss.add(files(
17 'machine.c',
18 'mem_helper.c',
c70647ee 19 'sys_helper.c',
860e0b96 20))
abff1abf
PB
21
22target_arch += {'hppa': hppa_ss}
23target_softmmu_arch += {'hppa': hppa_softmmu_ss}