]> git.proxmox.com Git - mirror_qemu.git/blame - target/m68k/meson.build
Merge tag 'pull-ppc-20231107' of https://gitlab.com/danielhb/qemu into staging
[mirror_qemu.git] / target / m68k / meson.build
CommitLineData
abff1abf
PB
1m68k_ss = ss.source_set()
2m68k_ss.add(files(
3 'cpu.c',
4 'fpu_helper.c',
5 'gdbstub.c',
6 'helper.c',
abff1abf
PB
7 'op_helper.c',
8 'softfloat.c',
9 'translate.c',
10))
11
de6cd759
PMD
12m68k_system_ss = ss.source_set()
13m68k_system_ss.add(files(
a638af09
RH
14 'm68k-semi.c',
15 'monitor.c'
16))
abff1abf
PB
17
18target_arch += {'m68k': m68k_ss}
01c85e60 19target_system_arch += {'m68k': m68k_system_ss}