[U-Boot] [PATCH] kbuild: clear VENDOR variable to fix build error on tcsh
Masahiro YAMADA
yamada.m at jp.panasonic.com
Tue Oct 21 15:41:02 CEST 2014
Hi Tom,
2014-10-21 22:20 GMT+09:00 Tom Rini <trini at ti.com>:
>> diff --git a/config.mk b/config.mk
>> index 2157537..00805bd 100644
>> --- a/config.mk
>> +++ b/config.mk
>> @@ -18,6 +18,8 @@ PLATFORM_LDFLAGS :=
>> LDFLAGS :=
>> LDFLAGS_FINAL :=
>> OBJCOPYFLAGS :=
>> +# clear VENDOR for tcsh
>> +VENDOR :=
>> #########################################################################
>>
>> ARCH := $(CONFIG_SYS_ARCH:"%"=%)
>
> Are there other variables that might fit into this same category?
>
I am not sure but probably only this one.
--
Best Regards
Masahiro Yamada
More information about the U-Boot
mailing list