[U-Boot] [PATCH 3/3] Makefile: cosmetic: optimize usage of LIBS-y

Mike Frysinger vapier at gentoo.org
Thu Jul 19 05:31:48 CEST 2012


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20120718/7091bcf3/attachment.pgp>


More information about the U-Boot mailing list