]> git.proxmox.com Git - mirror_qemu.git/blame - target/sh4/meson.build
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
[mirror_qemu.git] / target / sh4 / meson.build
CommitLineData
abff1abf
PB
1sh4_ss = ss.source_set()
2sh4_ss.add(files(
3 'cpu.c',
4 'gdbstub.c',
5 'helper.c',
6 'op_helper.c',
7 'translate.c',
8))
9
de6cd759
PMD
10sh4_system_ss = ss.source_set()
11sh4_system_ss.add(files('monitor.c'))
abff1abf
PB
12
13target_arch += {'sh4': sh4_ss}
01c85e60 14target_system_arch += {'sh4': sh4_system_ss}