summaryrefslogtreecommitdiffstats
path: root/hw/i386/Makefile.objs
diff options
context:
space:
mode:
authorTiejun Chen <tiejun.chen@intel.com>2015-07-15 13:37:44 +0800
committerStefano Stabellini <stefano.stabellini@eu.citrix.com>2015-09-10 12:04:27 +0000
commitbcd7461e7e84a65f1dfaa6af6e00aa498978d29d (patch)
treec2d7256b53a3c303ca02a65e72d758a3650222b5 /hw/i386/Makefile.objs
parent595a4f07d6bd18ba11c78b95d6a78089fee26eca (diff)
downloadhqemu-bcd7461e7e84a65f1dfaa6af6e00aa498978d29d.zip
hqemu-bcd7461e7e84a65f1dfaa6af6e00aa498978d29d.tar.gz
hw/pci-assign: split pci-assign.c
We will try to reuse assign_dev_load_option_rom in xen side, and especially its a good beginning to unify pci assign codes both on kvm and xen in the future. [Fix build for Windows] Signed-off-by: Tiejun Chen <tiejun.chen@intel.com> Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> Acked-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'hw/i386/Makefile.objs')
-rw-r--r--hw/i386/Makefile.objs1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/i386/Makefile.objs b/hw/i386/Makefile.objs
index ebd1015..c250deb 100644
--- a/hw/i386/Makefile.objs
+++ b/hw/i386/Makefile.objs
@@ -7,6 +7,7 @@ obj-$(CONFIG_XEN) += ../xenpv/ xen/
obj-y += kvmvapic.o
obj-y += acpi-build.o
+obj-y += pci-assign-load-rom.o
gen-hex-y += hw/i386/acpi-dsdt.hex
gen-hex-y += hw/i386/q35-acpi-dsdt.hex
OpenPOWER on IntegriCloud