]> Git Repo - qemu.git/blame - hw/core/Makefile.objs
target/mips: Style improvements in cpu.c
[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
2f7b92a0 3common-obj-y += bus.o reset.o
bfdec7f8
LV
4common-obj-$(CONFIG_SOFTMMU) += qdev-fw.o
5common-obj-$(CONFIG_SOFTMMU) += fw-path-provider.o
49ab747f
PB
6# irq.o needed for qdev GPIO handling:
7common-obj-y += irq.o
9f117d41 8common-obj-y += hotplug.o
bfdec7f8 9common-obj-$(CONFIG_SOFTMMU) += nmi.o
e965ffa7 10common-obj-$(CONFIG_SOFTMMU) += vm-change-state-handler.o
49ab747f
PB
11
12common-obj-$(CONFIG_EMPTY_SLOT) += empty_slot.o
13common-obj-$(CONFIG_XILINX_AXI) += stream.o
14common-obj-$(CONFIG_PTIMER) += ptimer.o
15common-obj-$(CONFIG_SOFTMMU) += sysbus.o
36d20cb2 16common-obj-$(CONFIG_SOFTMMU) += machine.o
49ab747f 17common-obj-$(CONFIG_SOFTMMU) += loader.o
51b58561 18common-obj-$(CONFIG_FITLOADER) += loader-fit.o
49ab747f 19common-obj-$(CONFIG_SOFTMMU) += qdev-properties-system.o
1599121b 20common-obj-$(CONFIG_SOFTMMU) += register.o
1b255677 21common-obj-$(CONFIG_SOFTMMU) += or-irq.o
5edb1b3f 22common-obj-$(CONFIG_SOFTMMU) += split-irq.o
22965942 23common-obj-$(CONFIG_PLATFORM_BUS) += platform-bus.o
1a1ff38c 24common-obj-$(CONFIG_SOFTMMU) += generic-loader.o
3858ff76 25common-obj-$(CONFIG_SOFTMMU) += null-machine.o
ac057879 26
52924dea 27obj-$(CONFIG_SOFTMMU) += machine-qmp-cmds.o
ac057879 28obj-$(CONFIG_SOFTMMU) += numa.o
55225c85 29common-obj-$(CONFIG_SOFTMMU) += machine-hmp-cmds.o
This page took 0.268818 seconds and 4 git commands to generate.