aboutsummaryrefslogtreecommitdiff
path: root/target/rx/meson.build
blob: 8de0ad49b9b36a65dd363cf088527917043e7752 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
gen = [
  decodetree.process('insns.decode', extra_args: [ '--varinsnwidth', '32' ])
]

rx_ss = ss.source_set()
rx_ss.add(gen)
rx_ss.add(files(
  'translate.c',
  'op_helper.c',
  'helper.c',
  'cpu.c',
  'gdbstub.c',
  'disas.c'))

target_arch += {'rx': rx_ss}
target_softmmu_arch += {'rx': ss.source_set()}