]> Git Repo - qemu.git/blob - hw/core/Makefile.objs
Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2014-11-11' into...
[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 common-obj-y += fw-path-provider.o
4 # irq.o needed for qdev GPIO handling:
5 common-obj-y += irq.o
6 common-obj-y += hotplug.o
7 common-obj-y += nmi.o
8
9 common-obj-$(CONFIG_EMPTY_SLOT) += empty_slot.o
10 common-obj-$(CONFIG_XILINX_AXI) += stream.o
11 common-obj-$(CONFIG_PTIMER) += ptimer.o
12 common-obj-$(CONFIG_SOFTMMU) += sysbus.o
13 common-obj-$(CONFIG_SOFTMMU) += machine.o
14 common-obj-$(CONFIG_SOFTMMU) += null-machine.o
15 common-obj-$(CONFIG_SOFTMMU) += loader.o
16 common-obj-$(CONFIG_SOFTMMU) += qdev-properties-system.o
17 common-obj-$(CONFIG_SOFTMMU) += platform-bus.o
This page took 0.024465 seconds and 4 git commands to generate.