aboutsummaryrefslogtreecommitdiff
path: root/target/rx/meson.build
blob: d196737ce33ccbaaa9218a2c609d4c46b782eed7 (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_system_arch += {'rx': ss.source_set()}