summaryrefslogtreecommitdiff
path: root/target/moxie/meson.build
blob: b4beb528ccaea2df2057f96c77f93ecd05f8a6de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
moxie_ss = ss.source_set()
moxie_ss.add(files(
  'cpu.c',
  'helper.c',
  'machine.c',
  'machine.c',
  'translate.c',
))

moxie_softmmu_ss = ss.source_set()
moxie_softmmu_ss.add(files('mmu.c'))

target_arch += {'moxie': moxie_ss}
target_softmmu_arch += {'moxie': moxie_softmmu_ss}