]> Git Repo - qemu.git/blame - hw/core/Makefile.objs
Use cpu_create(type) instead of cpu_init(cpu_model)
[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
49ab747f
PB
10
11common-obj-$(CONFIG_EMPTY_SLOT) += empty_slot.o
12common-obj-$(CONFIG_XILINX_AXI) += stream.o
13common-obj-$(CONFIG_PTIMER) += ptimer.o
14common-obj-$(CONFIG_SOFTMMU) += sysbus.o
36d20cb2 15common-obj-$(CONFIG_SOFTMMU) += machine.o
49ab747f 16common-obj-$(CONFIG_SOFTMMU) += loader.o
51b58561 17common-obj-$(CONFIG_FITLOADER) += loader-fit.o
49ab747f 18common-obj-$(CONFIG_SOFTMMU) += qdev-properties-system.o
1599121b 19common-obj-$(CONFIG_SOFTMMU) += register.o
1b255677 20common-obj-$(CONFIG_SOFTMMU) += or-irq.o
5edb1b3f 21common-obj-$(CONFIG_SOFTMMU) += split-irq.o
22965942 22common-obj-$(CONFIG_PLATFORM_BUS) += platform-bus.o
e481a1f6
AF
23
24obj-$(CONFIG_SOFTMMU) += generic-loader.o
3964ec6c 25obj-$(CONFIG_SOFTMMU) += null-machine.o
This page took 0.220131 seconds and 4 git commands to generate.