hw/mips/cps: Expose input clock and connect it to CPU cores
[qemu/ar7.git] / softmmu / meson.build
blob8f7210b4f076a6568256644697552224a3fba5c3
1 specific_ss.add(when: 'CONFIG_SOFTMMU', if_true: [files(
2   'arch_init.c',
3   'balloon.c',
4   'cpus.c',
5   'cpu-throttle.c',
6   'physmem.c',
7   'ioport.c',
8   'memory.c',
9   'memory_mapping.c',
10   'qtest.c',
11   'vl.c',
12   'cpu-timers.c',
13 )])
15 specific_ss.add(when: ['CONFIG_SOFTMMU', 'CONFIG_TCG'], if_true: [files(
16   'icount.c'
17 )])
19 softmmu_ss.add(files(
20   'bootdevice.c',
21   'dma-helpers.c',
22   'qdev-monitor.c',
23 ), sdl, libpmem, libdaxctl)
25 softmmu_ss.add(when: 'CONFIG_TPM', if_true: files('tpm.c'))
26 softmmu_ss.add(when: 'CONFIG_SECCOMP', if_true: [files('qemu-seccomp.c'), seccomp])
27 softmmu_ss.add(when: fdt, if_true: files('device_tree.c'))