cpu-throttle: Remove timer_mod() from cpu_throttle_set()
[qemu/ar7.git] / target / cris / meson.build
blob67c3793c85e7aea4c24a55c614d8d4c669ac17ee
1 cris_ss = ss.source_set()
2 cris_ss.add(files(
3   'cpu.c',
4   'gdbstub.c',
5   'helper.c',
6   'op_helper.c',
7   'translate.c',
8 ))
10 cris_softmmu_ss = ss.source_set()
11 cris_softmmu_ss.add(files('mmu.c', 'machine.c'))
13 target_arch += {'cris': cris_ss}
14 target_softmmu_arch += {'cris': cris_softmmu_ss}