[PATCH] wcn36xx: do not overwite CROSS_COMPILE

Eugene Krasnikov k.eugene.e at gmail.com
Tue Oct 8 15:41:42 EDT 2013


Wait a second, why is this changed applied to only
wcn36xx_msm/Makefile and is not applied to ./Makefile?

On Tue, Oct 8, 2013 at 9:34 PM, Eugene Krasnikov <k.eugene.e at gmail.com> wrote:
> Looks good to me.
>
> On Tue, Oct 8, 2013 at 12:14 AM,  <jam at cozybit.com> wrote:
>> From: Jason Mobarak <jam at cozybit.com>
>>
>> Do not overwrite CROSS_COMPILE so that another cross compiler can be
>> utilized (other than the one provided by Android / CyanogenMod).
>>
>> Signed-off-by: Jason Mobarak <jam at cozybit.com>
>> ---
>>  wcn36xx_msm/Makefile |    2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/wcn36xx_msm/Makefile b/wcn36xx_msm/Makefile
>> index 009d5a8..80efafc 100644
>> --- a/wcn36xx_msm/Makefile
>> +++ b/wcn36xx_msm/Makefile
>> @@ -1,7 +1,7 @@
>>  # make it possible to set/override android variables in .config
>>  -include .config
>>
>> -CROSS_COMPILE=$(ARM_EABI_TOOLCHAIN)/arm-eabi-
>> +CROSS_COMPILE?=$(ARM_EABI_TOOLCHAIN)/arm-eabi-
>>
>>  ifneq ($(KERNELRELEASE),)
>>         wcn36xx_msm-objs                += \
>> --
>> 1.7.10.4
>>
>>
>> _______________________________________________
>> wcn36xx mailing list
>> wcn36xx at lists.infradead.org
>> http://lists.infradead.org/mailman/listinfo/wcn36xx
>
>
>
> --
> Best regards,
> Eugene



-- 
Best regards,
Eugene



More information about the wcn36xx mailing list