From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=60625 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PMJJz-0005Of-AJ for qemu-devel@nongnu.org; Sat, 27 Nov 2010 06:52:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PMJJx-0002Hj-U4 for qemu-devel@nongnu.org; Sat, 27 Nov 2010 06:52:02 -0500 Received: from mail.valinux.co.jp ([210.128.90.3]:57744) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PMJJx-0002HF-LH for qemu-devel@nongnu.org; Sat, 27 Nov 2010 06:52:01 -0500 Date: Sat, 27 Nov 2010 20:51:57 +0900 From: Isaku Yamahata Subject: Re: [Qemu-devel] [PATCH 2/3] PCI config include Message-ID: <20101127115157.GA9134@valinux.co.jp> References: <1290816459-31009-1-git-send-email-paul@codesourcery.com> <201011271050.39535.paul@codesourcery.com> <201011271130.53330.paul@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201011271130.53330.paul@codesourcery.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paul Brook Cc: Blue Swirl , qemu-devel@nongnu.org On Sat, Nov 27, 2010 at 11:30:52AM +0000, Paul Brook wrote: > --- > Makefile.objs | 3 +- > default-configs/pci.mak | 1 + > default-configs/sparc-softmmu.mak | 1 + > hw/pcnet.c | 311 +------------------------------------ > hw/pcnet.h | 3 + > 5 files changed, 11 insertions(+), 308 deletions(-) > > diff --git a/Makefile.objs b/Makefile.objs > index 72c6c7f..13ba26f 100644 > --- a/Makefile.objs > +++ b/Makefile.objs > @@ -222,7 +222,8 @@ hw-obj-$(CONFIG_PCI) += pcie.o pcie_port.o > # PCI network cards > hw-obj-$(CONFIG_NE2000_PCI) += ne2000.o > hw-obj-$(CONFIG_EEPRO100_PCI) += eepro100.o > -hw-obj-$(CONFIG_PCNET_PCI) += pcnet.o > +hw-obj-$(CONFIG_PCNET_PCI) += pcnet-pci.o pcnet-pci.c is missing. git add? -- yamahata