]> git.proxmox.com Git - mirror_qemu.git/blob - hw/core/Makefile.objs
Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-6' into staging
[mirror_qemu.git] / hw / core / Makefile.objs
1 # core qdev-related obj files, also used by *-user:
2 common-obj-y += qdev.o qdev-properties.o
3 # irq.o needed for qdev GPIO handling:
4 common-obj-y += irq.o
5 common-obj-y += hotplug.o
6
7 common-obj-$(CONFIG_EMPTY_SLOT) += empty_slot.o
8 common-obj-$(CONFIG_XILINX_AXI) += stream.o
9 common-obj-$(CONFIG_PTIMER) += ptimer.o
10 common-obj-$(CONFIG_SOFTMMU) += sysbus.o
11 common-obj-$(CONFIG_SOFTMMU) += machine.o
12 common-obj-$(CONFIG_SOFTMMU) += null-machine.o
13 common-obj-$(CONFIG_SOFTMMU) += loader.o
14 common-obj-$(CONFIG_SOFTMMU) += qdev-properties-system.o