aboutsummaryrefslogtreecommitdiff
path: root/target/tricore/meson.build
blob: 0ccc8295179e24c0cca435384df006ce7bbe276b (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_softmmu_ss = ss.source_set()

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