Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200305' into...
[qemu/ar7.git] / hw / core / Makefile.objs
blob6215e7c2085e1e36c620485c6aebd16c40612550
1 # core qdev-related obj files, also used by *-user:
2 common-obj-y += qdev.o qdev-properties.o
3 common-obj-y += bus.o
4 common-obj-y += cpu.o
5 common-obj-y += resettable.o
6 common-obj-y += hotplug.o
7 common-obj-y += vmstate-if.o
8 # irq.o needed for qdev GPIO handling:
9 common-obj-y += irq.o
11 common-obj-$(CONFIG_SOFTMMU) += reset.o
12 common-obj-$(CONFIG_SOFTMMU) += qdev-fw.o
13 common-obj-$(CONFIG_SOFTMMU) += fw-path-provider.o
14 common-obj-$(CONFIG_SOFTMMU) += nmi.o
15 common-obj-$(CONFIG_SOFTMMU) += vm-change-state-handler.o
16 common-obj-$(CONFIG_SOFTMMU) += qdev-properties-system.o
17 common-obj-$(CONFIG_SOFTMMU) += sysbus.o
18 common-obj-$(CONFIG_SOFTMMU) += machine.o
19 common-obj-$(CONFIG_SOFTMMU) += null-machine.o
20 common-obj-$(CONFIG_SOFTMMU) += loader.o
21 common-obj-$(CONFIG_SOFTMMU) += machine-hmp-cmds.o
22 common-obj-$(CONFIG_SOFTMMU) += numa.o
23 obj-$(CONFIG_SOFTMMU) += machine-qmp-cmds.o
25 common-obj-$(CONFIG_EMPTY_SLOT) += empty_slot.o
26 common-obj-$(CONFIG_XILINX_AXI) += stream.o
27 common-obj-$(CONFIG_PTIMER) += ptimer.o
28 common-obj-$(CONFIG_FITLOADER) += loader-fit.o
29 common-obj-$(CONFIG_REGISTER) += register.o
30 common-obj-$(CONFIG_OR_IRQ) += or-irq.o
31 common-obj-$(CONFIG_SPLIT_IRQ) += split-irq.o
32 common-obj-$(CONFIG_PLATFORM_BUS) += platform-bus.o
33 common-obj-$(CONFIG_GENERIC_LOADER) += generic-loader.o