From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Fri, 06 Feb 2009 14:23:55 -0800 Subject: [U-Boot] [patch V3] [2/3] ip3912 network driver In-Reply-To: <20090206221955.GE1113@game.jcrosoft.org> References: <20090104225429.0bdbdf66@schleppi.schoew.net> <20090104225616.40274804@schleppi.schoew.net> <20090206221955.GE1113@game.jcrosoft.org> Message-ID: <498CB87B.8070607@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Jean-Christophe PLAGNIOL-VILLARD wrote: > On 22:56 Sun 04 Jan , J?rgen Sch?w wrote: > >> drivers/net/Makefile | 1 + >> drivers/net/ip3912.c | 659 ++++++++++++++++++++++++++++++++++++ >> drivers/net/ip3912.h | 174 ++++++++++ >> >> diff --git a/drivers/net/Makefile b/drivers/net/Makefile >> index 631336a..7c82880 100644 >> --- a/drivers/net/Makefile >> +++ b/drivers/net/Makefile >> @@ -69,6 +69,7 @@ COBJS-$(CONFIG_VSC7385_ENET) += vsc7385.o >> COBJS-$(CONFIG_XILINX_EMAC) += xilinx_emac.o >> COBJS-$(CONFIG_XILINX_EMACLITE) += xilinx_emaclite.o >> COBJS-$(CONFIG_SH_ETHER) += sh_eth.o >> +COBJS-$(CONFIG_IP3912_ETHER) += ip3912.o >> > please keep list sorted > > Ben could you take a look please > > Best Regards, > J. > I started looking and got pulled into something else. Will provide feedback over the weekend. regards, Ben