diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2010-12-02 14:41:59 -0600 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2010-12-02 14:41:59 -0600 |
commit | 6a8657528d94fa1be78d1be0821a01a251fa2de9 (patch) | |
tree | 6d9f4f90c2e642786b12d8e788ffc41d1ba8c64b /Makefile.objs | |
parent | 19c71ff41c029517c11ae67d6fbcb093a5d1150f (diff) |
Fix build
msix.o and msi.o get pulled into the build unconditionally for QMP.
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'Makefile.objs')
-rw-r--r-- | Makefile.objs | 1 |
1 files changed, 0 insertions, 1 deletions
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 |