From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Frysinger Date: Wed, 31 Aug 2011 10:47:45 -0400 Subject: [U-Boot] [PATCH v10 3/8] nds32/core N1213: NDS32 N12 core family N1213 In-Reply-To: <1314786360-31410-3-git-send-email-macpaul@andestech.com> References: <1304342712-17120-10-git-send-email-macpaul@andestech.com> <1314786360-31410-3-git-send-email-macpaul@andestech.com> Message-ID: <201108311047.47110.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 Wednesday, August 31, 2011 06:25:55 Macpaul Lin wrote: > --- /dev/null > +++ b/arch/nds32/cpu/n1213/Makefile > > +LIB = $(obj)lib$(CPU).o > + > +$(LIB): $(OBJS) > + $(AR) $(ARFLAGS) $@ $(OBJS) all your makefiles that call $(AR) are broken. they need to use $(call cmd_link_o_target,...). i see this in multiple nds32 patches here. see arch/blackfin/lib/Makefile as a simple example -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/20110831/1042d58b/attachment.pgp