]> Git Repo - qemu.git/blobdiff - hw/core/Makefile.objs
q35: allow dynamic sysbus
[qemu.git] / hw / core / Makefile.objs
index 5377d052e9d817893a581df0d5a565f9de62411d..82a9ef84f866e4a9b89fe57cdae1e0a35afb8a96 100644 (file)
@@ -1,9 +1,11 @@
 # core qdev-related obj files, also used by *-user:
 common-obj-y += qdev.o qdev-properties.o
+common-obj-y += bus.o
 common-obj-y += fw-path-provider.o
 # irq.o needed for qdev GPIO handling:
 common-obj-y += irq.o
 common-obj-y += hotplug.o
+obj-y += nmi.o
 
 common-obj-$(CONFIG_EMPTY_SLOT) += empty_slot.o
 common-obj-$(CONFIG_XILINX_AXI) += stream.o
@@ -13,3 +15,4 @@ common-obj-$(CONFIG_SOFTMMU) += machine.o
 common-obj-$(CONFIG_SOFTMMU) += null-machine.o
 common-obj-$(CONFIG_SOFTMMU) += loader.o
 common-obj-$(CONFIG_SOFTMMU) += qdev-properties-system.o
+common-obj-$(CONFIG_PLATFORM_BUS) += platform-bus.o
This page took 0.023189 seconds and 4 git commands to generate.