Hi Mike,

2012/7/19 Mike Frysinger <vap...@gentoo.org>:
> On Thursday 28 June 2012 12:45:21 Daniel Schwierzeck wrote:
>> --- a/Makefile
>> +++ b/Makefile
>>
>> +HAVE_VENDOR_COMMON_LIB := $(shell [ -f board/$(VENDOR)/common/Makefile ] \
>> +                     && echo y || echo n)
>
> HAVE_VENDOR_COMMON_LIB = $(if $(wildcard board/$(VENDOR)/common/Makefile),y,n)
> -mike

yes, that's better.
I'll also cook a patch for spl/Makefile that already has this piece of code.

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

Reply via email to