From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shinya Kuribayashi Date: Mon, 09 Jun 2008 22:43:44 +0900 Subject: [U-Boot-Users] [PATCH 10/10] net: Conditional COBJS inclusino of remainings In-Reply-To: References: <484AB0C3.4050906@ruby.dti.ne.jp> <484AB14D.3000404@ruby.dti.ne.jp> <484AB1AA.4060609@ruby.dti.ne.jp> <484AB28E.3040009@ruby.dti.ne.jp> <484AB2E5.2090806@ruby.dti.ne.jp> <484AB33C.3020305@ruby.dti.ne.jp> <484AB37D.8080702@ruby.dti.ne.jp> <484AB3FE.1030802@ruby.dti.ne.jp> <484AB467.7050006@ruby.dti.ne.jp> Message-ID: <484D3390.7010809@ruby.dti.ne.jp> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Ben Warren wrote: >> diff --git a/drivers/net/dm9000x.c b/drivers/net/dm9000x.c >> index 68901cd..cb21925 100644 >> --- a/drivers/net/dm9000x.c >> +++ b/drivers/net/dm9000x.c >> @@ -47,8 +47,6 @@ TODO: Homerun NIC and longrun NIC are not functional, only >> internal at the >> #include >> #include >> >> -#ifdef CONFIG_DRIVER_DM9000 >> - >> #include "dm9000x.h" >> > > This patch no longer applies due to other changes to the DM9000 > driver. Please re-base against the net repo and resubmit. > Ok. > thanks for doing all this Makefile fixing! It's been on my to-do list > but you got there first. All others apply cleanly, BTW. These patches were just for the review, not for git-am. I'll revised and submit all-in-one patch soon. Shinya