]> Git Repo - qemu.git/blame - hw/core/Makefile.objs
fw_cfg: Migrate ACPI table mr sizes separately
[qemu.git] / hw / core / Makefile.objs
CommitLineData
49ab747f
PB
1# core qdev-related obj files, also used by *-user:
2common-obj-y += qdev.o qdev-properties.o
62d8e706 3common-obj-y += bus.o
eab96793 4common-obj-y += cpu.o
bc5a39bf 5common-obj-y += resettable.o
eab96793
PMD
6common-obj-y += hotplug.o
7common-obj-y += vmstate-if.o
8# irq.o needed for qdev GPIO handling:
9common-obj-y += irq.o
10
62d8e706 11common-obj-$(CONFIG_SOFTMMU) += reset.o
bfdec7f8
LV
12common-obj-$(CONFIG_SOFTMMU) += qdev-fw.o
13common-obj-$(CONFIG_SOFTMMU) += fw-path-provider.o
bfdec7f8 14common-obj-$(CONFIG_SOFTMMU) += nmi.o
e965ffa7 15common-obj-$(CONFIG_SOFTMMU) += vm-change-state-handler.o
eab96793
PMD
16common-obj-$(CONFIG_SOFTMMU) += qdev-properties-system.o
17common-obj-$(CONFIG_SOFTMMU) += sysbus.o
18common-obj-$(CONFIG_SOFTMMU) += machine.o
19common-obj-$(CONFIG_SOFTMMU) += null-machine.o
20common-obj-$(CONFIG_SOFTMMU) += loader.o
21common-obj-$(CONFIG_SOFTMMU) += machine-hmp-cmds.o
3ab5a6ec 22common-obj-$(CONFIG_SOFTMMU) += numa.o
eab96793 23obj-$(CONFIG_SOFTMMU) += machine-qmp-cmds.o
49ab747f
PB
24
25common-obj-$(CONFIG_EMPTY_SLOT) += empty_slot.o
26common-obj-$(CONFIG_XILINX_AXI) += stream.o
27common-obj-$(CONFIG_PTIMER) += ptimer.o
51b58561 28common-obj-$(CONFIG_FITLOADER) += loader-fit.o
883e150f 29common-obj-$(CONFIG_REGISTER) += register.o
282467f4 30common-obj-$(CONFIG_OR_IRQ) += or-irq.o
853c0167 31common-obj-$(CONFIG_SPLIT_IRQ) += split-irq.o
22965942 32common-obj-$(CONFIG_PLATFORM_BUS) += platform-bus.o
f874d729 33common-obj-$(CONFIG_GENERIC_LOADER) += generic-loader.o
This page took 0.308526 seconds and 4 git commands to generate.