From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Mon, 09 Nov 2009 22:58:06 -0800 Subject: [U-Boot] [PATCH 1/1] net: pull CONFIG checks out of source and into makefile In-Reply-To: <1257266142-13113-1-git-send-email-vapier@gentoo.org> References: <1257266142-13113-1-git-send-email-vapier@gentoo.org> Message-ID: <4AF90EFE.60508@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 Mike, Mike Frysinger wrote: > Signed-off-by: Mike Frysinger > --- > net/Makefile | 12 ++++++------ > net/bootp.c | 4 ---- > net/eth.c | 7 +++---- > net/net.c | 4 ---- > net/nfs.c | 4 ---- > net/rarp.c | 4 ---- > net/tftp.c | 4 ---- > 7 files changed, 9 insertions(+), 30 deletions(-) > Applied to net/next. Thanks for doing this thankless work. Ben