Dear Daniel Schwierzeck,
> Signed-off-by: Daniel Schwierzeck
> ---
> Makefile | 18 +++---
> 1 file changed, 7 insertions(+), 11 deletions(-)
>
> diff --git a/Makefile b/Makefile
> index 2bde73c..cf3c56d 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -225,15 +225,15 @@ endif
>
> OB
Hi Mike,
2012/7/19 Mike Frysinger :
> 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 $(
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)
Signed-off-by: Daniel Schwierzeck
---
Makefile | 18 +++---
1 file changed, 7 insertions(+), 11 deletions(-)
diff --git a/Makefile b/Makefile
index 2bde73c..cf3c56d 100644
--- a/Makefile
+++ b/Makefile
@@ -225,15 +225,15 @@ endif
OBJS := $(addprefix $(obj),$(OBJS))
+HAVE_VENDOR_
4 matches
Mail list logo