[U-Boot] [PATCH v10 3/8] nds32/core N1213: NDS32 N12 core family N1213
Mike Frysinger
vapier at gentoo.org
Wed Aug 31 16:47:45 CEST 2011
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
More information about the U-Boot
mailing list