From 6a8657528d94fa1be78d1be0821a01a251fa2de9 Mon Sep 17 00:00:00 2001 From: Anthony Liguori Date: Thu, 2 Dec 2010 14:41:59 -0600 Subject: [PATCH] Fix build msix.o and msi.o get pulled into the build unconditionally for QMP. Signed-off-by: Anthony Liguori --- Makefile.objs | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile.objs b/Makefile.objs index 257623bce9..04625eb10f 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