summaryrefslogblamecommitdiffstats
path: root/target/microblaze/meson.build
blob: b8fe4afe61dafc9e0e974fc1b3315b383a42a1d9 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













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

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

target_arch += {'microblaze': microblaze_ss}
target_softmmu_arch += {'microblaze': microblaze_softmmu_ss}