aboutsummaryrefslogtreecommitdiff
path: root/target/cris/meson.build
blob: bbfcdf7f7a35b9e7ce10165ea85e25a6d729bd9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
cris_ss = ss.source_set()
cris_ss.add(files(
  'cpu.c',
  'gdbstub.c',
  'op_helper.c',
  'translate.c',
))

cris_system_ss = ss.source_set()
cris_system_ss.add(files(
  'helper.c',
  'machine.c',
  'mmu.c',
))

target_arch += {'cris': cris_ss}
target_system_arch += {'cris': cris_system_ss}