hw/timer/sse-timer: Model the SSE Subsystem System Timer
[qemu/ar7.git] / target / unicore32 / meson.build
blob0fa78772ebcb109d2832512a7d2c56c35c72435e
1 unicore32_ss = ss.source_set()
2 unicore32_ss.add(files(
3   'cpu.c',
4   'helper.c',
5   'op_helper.c',
6   'translate.c',
7   'ucf64_helper.c',
8 ), curses)
10 unicore32_softmmu_ss = ss.source_set()
11 unicore32_softmmu_ss.add(files('softmmu.c'))
13 target_arch += {'unicore32': unicore32_ss}
14 target_softmmu_arch += {'unicore32': unicore32_softmmu_ss}