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

tricore_system_ss = ss.source_set()

target_arch += {'tricore': tricore_ss}
target_softmmu_arch += {'tricore': tricore_system_ss}