On Wednesday 12 October 2011 11:18:47 Stephen Warren wrote:
> --- /dev/null
> +++ b/board/nvidia/ventana/Makefile
>
> +$(LIB):      $(obj).depend $(OBJS)
> +     $(AR) $(ARFLAGS) $@ $(OBJS)

your build file is out of date.  this needs to use the cmd link target.  seem 
just about any other board Makefile for an example.

> +clean:
> +     rm -f $(OBJS)
> +
> +distclean:   clean
> +     rm -f $(LIB) core *.bak $(obj).depend

unused ... just punt them
-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