Merge tag 'migration-20240802-pull-request' of https://gitlab.com/farosas/qemu into...
[qemu/armbru.git] / hw / core / meson.build
bloba3d9bab9f42a8c0ae94770ae6233cc9a25525407
1 # core qdev-related obj files, also used by *-user and unit tests
2 hwcore_ss.add(files(
3   'bus.c',
4   'qdev-properties.c',
5   'qdev.c',
6   'resetcontainer.c',
7   'resettable.c',
8   'vmstate-if.c',
9   # irq.c needed for qdev GPIO handling:
10   'irq.c',
11   'clock.c',
12   'qdev-clock.c',
15 common_ss.add(files('cpu-common.c'))
16 common_ss.add(files('machine-smp.c'))
17 system_ss.add(when: 'CONFIG_FITLOADER', if_true: files('loader-fit.c'))
18 system_ss.add(when: 'CONFIG_GENERIC_LOADER', if_true: files('generic-loader.c'))
19 system_ss.add(when: 'CONFIG_GUEST_LOADER', if_true: files('guest-loader.c'))
20 system_ss.add(when: 'CONFIG_OR_IRQ', if_true: files('or-irq.c'))
21 system_ss.add(when: 'CONFIG_PLATFORM_BUS', if_true: files('platform-bus.c'))
22 system_ss.add(when: 'CONFIG_PTIMER', if_true: files('ptimer.c'))
23 system_ss.add(when: 'CONFIG_REGISTER', if_true: files('register.c'))
24 system_ss.add(when: 'CONFIG_SPLIT_IRQ', if_true: files('split-irq.c'))
25 system_ss.add(when: 'CONFIG_XILINX_AXI', if_true: files('stream.c'))
26 system_ss.add(when: 'CONFIG_PLATFORM_BUS', if_true: files('sysbus-fdt.c'))
28 system_ss.add(files(
29   'cpu-sysemu.c',
30   'fw-path-provider.c',
31   'gpio.c',
32   'hotplug.c',
33   'loader.c',
34   'machine-hmp-cmds.c',
35   'machine-qmp-cmds.c',
36   'machine.c',
37   'nmi.c',
38   'null-machine.c',
39   'numa.c',
40   'qdev-fw.c',
41   'qdev-hotplug.c',
42   'qdev-properties-system.c',
43   'reset.c',
44   'sysbus.c',
45   'vm-change-state-handler.c',
46   'clock-vmstate.c',