Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
[qemu/ar7.git] / hw / core / Makefile.objs
blobf8481d959f6068cb0c4e38dfeaf0d70240ffa634
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
12 common-obj-$(CONFIG_EMPTY_SLOT) += empty_slot.o
13 common-obj-$(CONFIG_XILINX_AXI) += stream.o
14 common-obj-$(CONFIG_PTIMER) += ptimer.o
15 common-obj-$(CONFIG_SOFTMMU) += sysbus.o
16 common-obj-$(CONFIG_SOFTMMU) += machine.o
17 common-obj-$(CONFIG_SOFTMMU) += loader.o
18 common-obj-$(CONFIG_FITLOADER) += loader-fit.o
19 common-obj-$(CONFIG_SOFTMMU) += qdev-properties-system.o
20 common-obj-$(CONFIG_SOFTMMU) += register.o
21 common-obj-$(CONFIG_SOFTMMU) += or-irq.o
22 common-obj-$(CONFIG_SOFTMMU) += split-irq.o
23 common-obj-$(CONFIG_PLATFORM_BUS) += platform-bus.o
24 common-obj-$(CONFIG_SOFTMMU) += generic-loader.o
25 common-obj-$(CONFIG_SOFTMMU) += null-machine.o
27 obj-$(CONFIG_SOFTMMU) += machine-qmp-cmds.o
28 obj-$(CONFIG_SOFTMMU) += numa.o
29 common-obj-$(CONFIG_SOFTMMU) += machine-hmp-cmds.o