From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Frysinger Date: Wed, 18 Jul 2012 23:31:48 -0400 Subject: [U-Boot] [PATCH 3/3] Makefile: cosmetic: optimize usage of LIBS-y In-Reply-To: <1340901921-9868-4-git-send-email-daniel.schwierzeck@gmail.com> References: <1340887200-535-1-git-send-email-daniel.schwierzeck@gmail.com> <1340901921-9868-1-git-send-email-daniel.schwierzeck@gmail.com> <1340901921-9868-4-git-send-email-daniel.schwierzeck@gmail.com> Message-ID: <201207182331.49574.vapier@gentoo.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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: