s390x/tcg: Fix VECTOR MULTIPLY LOGICAL ODD
[qemu/ar7.git] / hw / core / Makefile.objs
blobfd0550d1d908a1ad9bc31abe33371d79abb3c271
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
13 common-obj-$(CONFIG_EMPTY_SLOT) += empty_slot.o
14 common-obj-$(CONFIG_XILINX_AXI) += stream.o
15 common-obj-$(CONFIG_PTIMER) += ptimer.o
16 common-obj-$(CONFIG_SOFTMMU) += sysbus.o
17 common-obj-$(CONFIG_SOFTMMU) += machine.o
18 common-obj-$(CONFIG_SOFTMMU) += loader.o
19 common-obj-$(CONFIG_FITLOADER) += loader-fit.o
20 common-obj-$(CONFIG_SOFTMMU) += qdev-properties-system.o
21 common-obj-$(CONFIG_REGISTER) += register.o
22 common-obj-$(CONFIG_OR_IRQ) += or-irq.o
23 common-obj-$(CONFIG_SPLIT_IRQ) += split-irq.o
24 common-obj-$(CONFIG_PLATFORM_BUS) += platform-bus.o
25 common-obj-$(CONFIG_GENERIC_LOADER) += generic-loader.o
26 common-obj-$(CONFIG_SOFTMMU) += null-machine.o
28 obj-$(CONFIG_SOFTMMU) += machine-qmp-cmds.o
29 obj-$(CONFIG_SOFTMMU) += numa.o
30 common-obj-$(CONFIG_SOFTMMU) += machine-hmp-cmds.o