[PATCH] wcn36xx: do not overwite CROSS_COMPILE

jam at cozybit.com jam at cozybit.com
Mon Oct 7 18:14:58 EDT 2013


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




More information about the wcn36xx mailing list