From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Frysinger Date: Thu, 8 Sep 2011 21:12:28 -0400 Subject: [U-Boot] [PATCH v12 5/9] nds32/lib: add generic funcs in NDS32 lib In-Reply-To: <1315362440-23213-5-git-send-email-macpaul@andestech.com> References: <1315362440-23213-5-git-send-email-macpaul@andestech.com> Message-ID: <201109082112.29812.vapier@gentoo.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tuesday, September 06, 2011 22:27:16 Macpaul Lin wrote: > --- /dev/null > +++ b/arch/nds32/lib/Makefile > > +clean: > + rm -f $(SOBJS) $(OBJS) > + > +distclean: clean > + rm -f $(LIB) core *.bak .depend pretty sure neither of these get used, so you should punt both targets > --- /dev/null > +++ b/arch/nds32/lib/board.c > > +#ifndef CONFIG_IDENT_STRING > +#define CONFIG_IDENT_STRING "" > +#endif you forgot to delete this too when removing the version_string :) -mike -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 836 bytes Desc: This is a digitally signed message part. Url : http://lists.denx.de/pipermail/u-boot/attachments/20110908/b46fcea2/attachment-0001.pgp