From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:35789) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UfWuX-0000sa-9Z for qemu-devel@nongnu.org; Thu, 23 May 2013 10:54:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UfWuR-0005jF-TG for qemu-devel@nongnu.org; Thu, 23 May 2013 10:54:33 -0400 Received: from mail-gg0-x236.google.com ([2607:f8b0:4002:c02::236]:33432) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UfWuR-0005j9-OP for qemu-devel@nongnu.org; Thu, 23 May 2013 10:54:27 -0400 Received: by mail-gg0-f182.google.com with SMTP id q2so1189216ggc.27 for ; Thu, 23 May 2013 07:54:27 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <519E2D99.8060000@redhat.com> Date: Thu, 23 May 2013 16:54:17 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1368059472-25071-1-git-send-email-david@gibson.dropbear.id.au> <1368059472-25071-2-git-send-email-david@gibson.dropbear.id.au> In-Reply-To: <1368059472-25071-2-git-send-email-david@gibson.dropbear.id.au> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/8] pci: Cleanup configuration for pci-hotplug.c List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Gibson Cc: aliguori@us.ibm.com, qemu-devel@nongnu.org, mst@redhat.com Il 09/05/2013 02:31, David Gibson ha scritto: > diff --git a/hw/pci/Makefile.objs b/hw/pci/Makefile.objs > index a7fb9d0..2ad32b6 100644 > --- a/hw/pci/Makefile.objs > +++ b/hw/pci/Makefile.objs > @@ -8,4 +8,4 @@ common-obj-$(CONFIG_PCI) += pcie.o pcie_aer.o pcie_port.o > common-obj-$(CONFIG_NO_PCI) += pci-stub.o > common-obj-$(CONFIG_ALL) += pci-stub.o > > -obj-$(CONFIG_PCI_HOTPLUG) += pci-hotplug.o > +obj-$(CONFIG_PCI_HOTPLUG_OLD) += pci-hotplug-old.o With these changes, pci-hotplug-old.o can be compiled just once. Please s/^obj-/common-obj-/. Thanks, Paolo