From: Anthony Liguori Date: Thu, 2 Dec 2010 20:41:59 +0000 (-0600) Subject: Fix build X-Git-Tag: v0.14.0-rc0~402 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6a8657528d94fa1be78d1be0821a01a251fa2de9;p=thirdparty%2Fqemu.git Fix build msix.o and msi.o get pulled into the build unconditionally for QMP. Signed-off-by: Anthony Liguori --- diff --git a/Makefile.objs b/Makefile.objs index 257623bce99..04625eb10f4 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -218,7 +218,6 @@ hw-obj-$(CONFIG_PIIX4) += piix4.o hw-obj-$(CONFIG_PCI) += wdt_i6300esb.o hw-obj-$(CONFIG_PCI) += pcie.o pcie_aer.o pcie_port.o -hw-obj-$(CONFIG_PCI) += msix.o msi.o # PCI network cards hw-obj-$(CONFIG_NE2000_PCI) += ne2000.o