From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Frysinger Date: Thu, 8 Sep 2011 21:14:26 -0400 Subject: [U-Boot] [PATCH v12 8/9] adp-ag101: add board adp-ag101 support In-Reply-To: <1315362440-23213-8-git-send-email-macpaul@andestech.com> References: <1315362440-23213-8-git-send-email-macpaul@andestech.com> Message-ID: <201109082114.27704.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:19 Macpaul Lin wrote: > --- /dev/null > +++ b/board/AndesTech/adp-ag101/Makefile > > +clean: > + rm -f $(SOBJS) $(OBJS) > + > +distclean: clean > + rm -f $(LIB) core *.bak $(obj).depend i think both of these are unused, so punt them > +ifdef CONFIG_SYS_LDSCRIPT > +LDSCRIPT := $(subst ",,$(CONFIG_SYS_LDSCRIPT)) > +else > +LDSCRIPT := $(SRCTREE)/arch/$(ARCH)/cpu/$(CPU)/u-boot.lds > +endif i dont think defining LDSCRIPT in the board Makefile does anything (would only really matter if it was in config.mk). so punt this. -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/fc4644aa/attachment.pgp