From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Simek Date: Sat, 05 Apr 2008 09:06:36 +0200 Subject: [U-Boot-Users] [PATCH 07/13] microblaze: Add Emaclite driver to Makefile In-Reply-To: <20080404215141.GB17404@game.jcrosoft.org> References: <1207306380-5210-1-git-send-email-monstr@seznam.cz> <1207306380-5210-2-git-send-email-monstr@seznam.cz> <1207306380-5210-3-git-send-email-monstr@seznam.cz> <1207306380-5210-4-git-send-email-monstr@seznam.cz> <1207306380-5210-5-git-send-email-monstr@seznam.cz> <1207306380-5210-6-git-send-email-monstr@seznam.cz> <1207306380-5210-7-git-send-email-monstr@seznam.cz> <1207306380-5210-8-git-send-email-monstr@seznam.cz> <20080404215141.GB17404@game.jcrosoft.org> Message-ID: <47F724FC.90107@seznam.cz> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Jean, I will do it when I add the driver. The set of patches were only for review. Can you add me ACK for them? Thanks, Michal Simek www.monstr.eu >> From: Michal Simek >> >> Signed-off-by: Michal Simek >> --- >> drivers/net/Makefile | 1 + >> 1 files changed, 1 insertions(+), 0 deletions(-) >> >> diff --git a/drivers/net/Makefile b/drivers/net/Makefile >> index e6b0543..1ae517d 100644 >> --- a/drivers/net/Makefile >> +++ b/drivers/net/Makefile >> @@ -60,6 +60,7 @@ COBJS-y += tsi108_eth.o >> COBJS-y += uli526x.o >> COBJS-y += vsc7385.o >> COBJS-$(CONFIG_XILINX_EMAC) += xilinx_emac.o >> +COBJS-$(CONFIG_XILINX_EMACLITE) += xilinx_emaclite.o >> >> COBJS := $(COBJS-y) >> SRCS := $(COBJS:.o=.c) >> -- > Please do it when you add the driver > > Best Regards, > J. >