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

nios2_system_ss = ss.source_set()
nios2_system_ss.add(files(
  'helper.c',
  'monitor.c',
  'mmu.c',
  'nios2-semi.c',
))

target_arch += {'nios2': nios2_ss}
target_system_arch += {'nios2': nios2_system_ss}