Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging
[qemu/ar7.git] / hw / core / Makefile.objs
blob0edd9e635db0359967f8075c0ae6a67815946219
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 reset.o
4 common-obj-$(CONFIG_SOFTMMU) += qdev-fw.o
5 common-obj-$(CONFIG_SOFTMMU) += fw-path-provider.o
6 # irq.o needed for qdev GPIO handling:
7 common-obj-y += irq.o
8 common-obj-y += hotplug.o
9 common-obj-$(CONFIG_SOFTMMU) += nmi.o
10 common-obj-$(CONFIG_SOFTMMU) += vm-change-state-handler.o
11 common-obj-y += cpu.o
12 common-obj-y += vmstate-if.o
14 common-obj-$(CONFIG_EMPTY_SLOT) += empty_slot.o
15 common-obj-$(CONFIG_XILINX_AXI) += stream.o
16 common-obj-$(CONFIG_PTIMER) += ptimer.o
17 common-obj-$(CONFIG_SOFTMMU) += sysbus.o
18 common-obj-$(CONFIG_SOFTMMU) += machine.o
19 common-obj-$(CONFIG_SOFTMMU) += loader.o
20 common-obj-$(CONFIG_FITLOADER) += loader-fit.o
21 common-obj-$(CONFIG_SOFTMMU) += qdev-properties-system.o
22 common-obj-$(CONFIG_REGISTER) += register.o
23 common-obj-$(CONFIG_OR_IRQ) += or-irq.o
24 common-obj-$(CONFIG_SPLIT_IRQ) += split-irq.o
25 common-obj-$(CONFIG_PLATFORM_BUS) += platform-bus.o
26 common-obj-$(CONFIG_GENERIC_LOADER) += generic-loader.o
27 common-obj-$(CONFIG_SOFTMMU) += null-machine.o
29 obj-$(CONFIG_SOFTMMU) += machine-qmp-cmds.o
30 obj-$(CONFIG_SOFTMMU) += numa.o
31 common-obj-$(CONFIG_SOFTMMU) += machine-hmp-cmds.o