xref: /openbmc/qemu/target/sh4/meson.build (revision 732d548732edda90f3cfe0f7dceee64861f07b25)
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
10sh4_system_ss = ss.source_set()
11sh4_system_ss.add(files('monitor.c'))
12
13target_arch += {'sh4': sh4_ss}
14target_softmmu_arch += {'sh4': sh4_system_ss}
15