hw/core/loader.c: Track last-seen ROM in rom_check_and_register_reset()
[qemu/ar7.git] / softmmu / meson.build
blobd098d89653de6f3f7cbf5938654947bee3c3097e
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   'datadir.c',
7   'physmem.c',
8   'ioport.c',
9   'rtc.c',
10   'memory.c',
11   'memory_mapping.c',
12   'qtest.c',
13   'vl.c',
14   'cpu-timers.c',
15 )])
17 specific_ss.add(when: ['CONFIG_SOFTMMU', 'CONFIG_TCG'], if_true: [files(
18   'icount.c'
19 )])
21 softmmu_ss.add(files(
22   'bootdevice.c',
23   'dma-helpers.c',
24   'qdev-monitor.c',
25 ), sdl, libpmem, libdaxctl)
27 softmmu_ss.add(when: 'CONFIG_TPM', if_true: files('tpm.c'))
28 softmmu_ss.add(when: 'CONFIG_SECCOMP', if_true: [files('qemu-seccomp.c'), seccomp])
29 softmmu_ss.add(when: fdt, if_true: files('device_tree.c'))