aboutsummaryrefslogtreecommitdiff
path: root/target/sh4/meson.build
blob: a78e9ec7e4eeeead0296f5261687e229a10dc9ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
sh4_ss = ss.source_set()
sh4_ss.add(files(
  'cpu.c',
  'gdbstub.c',
  'helper.c',
  'op_helper.c',
  'translate.c',
))

sh4_system_ss = ss.source_set()
sh4_system_ss.add(files('monitor.c'))

target_arch += {'sh4': sh4_ss}
target_softmmu_arch += {'sh4': sh4_system_ss}