]> Git Repo - qemu.git/commitdiff
Fix build
authorAnthony Liguori <[email protected]>
Thu, 2 Dec 2010 20:41:59 +0000 (14:41 -0600)
committerAnthony Liguori <[email protected]>
Thu, 2 Dec 2010 20:41:59 +0000 (14:41 -0600)
msix.o and msi.o get pulled into the build unconditionally for QMP.

Signed-off-by: Anthony Liguori <[email protected]>
Makefile.objs

index 257623bce9911e507fafb0debcb15d66fde4520c..04625eb10f4a8346c00f088ef228b333bd9bc5db 100644 (file)
@@ -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
This page took 0.026459 seconds and 4 git commands to generate.