]> Git Repo - qemu.git/blob - hw/core/Makefile.objs
Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' into staging
[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
This page took 0.025297 seconds and 4 git commands to generate.