Wolfgang Denk wrote:
> [...]
> "COBJS = $(sort COBJS-y)" which eliminates duplicates.
> [...]
> +COBJS  := $(sort COBJS-y)
> [...]
> +COBJS  := $(sort COBJS-y)
> [...]
> +COBJS  := $(sort COBJS-y)

I think you'll have more luck with $(sort $(COBJS-y)).

Regards,
  Andreas

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

Reply via email to