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

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to