2013-03-01 20:59:19 +08:00
|
|
|
# core qdev-related obj files, also used by *-user:
|
|
|
|
common-obj-y += qdev.o qdev-properties.o
|
2016-10-24 17:19:49 +08:00
|
|
|
common-obj-y += bus.o reset.o
|
2017-11-04 03:38:02 +08:00
|
|
|
common-obj-$(CONFIG_SOFTMMU) += qdev-fw.o
|
|
|
|
common-obj-$(CONFIG_SOFTMMU) += fw-path-provider.o
|
2013-03-01 20:59:19 +08:00
|
|
|
# irq.o needed for qdev GPIO handling:
|
|
|
|
common-obj-y += irq.o
|
2014-02-05 23:36:44 +08:00
|
|
|
common-obj-y += hotplug.o
|
2017-11-04 03:38:02 +08:00
|
|
|
common-obj-$(CONFIG_SOFTMMU) += nmi.o
|
2019-06-21 01:37:08 +08:00
|
|
|
common-obj-$(CONFIG_SOFTMMU) += vm-change-state-handler.o
|
2019-07-09 23:20:52 +08:00
|
|
|
common-obj-y += cpu.o
|
2019-08-28 20:00:19 +08:00
|
|
|
common-obj-y += vmstate-if.o
|
2013-03-01 20:59:19 +08:00
|
|
|
|
|
|
|
common-obj-$(CONFIG_EMPTY_SLOT) += empty_slot.o
|
|
|
|
common-obj-$(CONFIG_XILINX_AXI) += stream.o
|
|
|
|
common-obj-$(CONFIG_PTIMER) += ptimer.o
|
|
|
|
common-obj-$(CONFIG_SOFTMMU) += sysbus.o
|
2014-03-06 01:30:45 +08:00
|
|
|
common-obj-$(CONFIG_SOFTMMU) += machine.o
|
2013-03-01 20:59:19 +08:00
|
|
|
common-obj-$(CONFIG_SOFTMMU) += loader.o
|
2016-09-08 22:51:56 +08:00
|
|
|
common-obj-$(CONFIG_FITLOADER) += loader-fit.o
|
2013-03-01 20:59:19 +08:00
|
|
|
common-obj-$(CONFIG_SOFTMMU) += qdev-properties-system.o
|
2019-05-14 13:59:34 +08:00
|
|
|
common-obj-$(CONFIG_REGISTER) += register.o
|
2019-05-14 14:13:28 +08:00
|
|
|
common-obj-$(CONFIG_OR_IRQ) += or-irq.o
|
2019-05-14 16:24:28 +08:00
|
|
|
common-obj-$(CONFIG_SPLIT_IRQ) += split-irq.o
|
2015-02-27 14:04:36 +08:00
|
|
|
common-obj-$(CONFIG_PLATFORM_BUS) += platform-bus.o
|
2019-07-30 21:40:50 +08:00
|
|
|
common-obj-$(CONFIG_GENERIC_LOADER) += generic-loader.o
|
2018-10-19 20:28:49 +08:00
|
|
|
common-obj-$(CONFIG_SOFTMMU) += null-machine.o
|
2019-06-20 04:10:42 +08:00
|
|
|
|
2019-06-20 04:10:43 +08:00
|
|
|
obj-$(CONFIG_SOFTMMU) += machine-qmp-cmds.o
|
2019-06-20 04:10:42 +08:00
|
|
|
obj-$(CONFIG_SOFTMMU) += numa.o
|
2019-06-20 04:10:44 +08:00
|
|
|
common-obj-$(CONFIG_SOFTMMU) += machine-hmp-cmds.o
|