]> git.proxmox.com Git - mirror_qemu.git/blame - target/alpha/meson.build
meson: Rename target_softmmu_arch -> target_system_arch
[mirror_qemu.git] / target / alpha / meson.build
CommitLineData
abff1abf
PB
1alpha_ss = ss.source_set()
2alpha_ss.add(files(
3 'cpu.c',
4 'fpu_helper.c',
5 'gdbstub.c',
6 'helper.c',
7 'int_helper.c',
8 'mem_helper.c',
9 'sys_helper.c',
10 'translate.c',
11 'vax_helper.c',
12))
13
de6cd759
PMD
14alpha_system_ss = ss.source_set()
15alpha_system_ss.add(files('machine.c'))
abff1abf
PB
16
17target_arch += {'alpha': alpha_ss}
01c85e60 18target_system_arch += {'alpha': alpha_system_ss}