[U-Boot] [PATCH] Makefile: compile and link each module just once

Andreas Engel andreas.engel at ericsson.com
Tue Sep 9 16:08:11 CEST 2008


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



More information about the U-Boot mailing list