From 829e87f6cecc57c7b418384de2ca80ec977587b0 Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Sat, 18 Dec 2021 23:16:44 +0800
Subject: [PATCH] update wifi driver build.sh, remove noisy debug print

---
 bsp/drivers/users/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/bsp/drivers/users/Makefile b/bsp/drivers/users/Makefile
index 46bdd9d..d245b04 100644
--- a/bsp/drivers/users/Makefile
+++ b/bsp/drivers/users/Makefile
@@ -11,7 +11,7 @@
 #                       
 #********************************************************************************/
 
-CROSS_COMPILE=/opt/buildroot/cortexA7/bin/arm-linux-
+CROSS_COMPILE ?= /opt/buildroot/cortexA7/bin/arm-linux-
 
 LINUX_SRC = ${shell pwd}/../../kernel/linux-imx/
 DRV_INSTPATH = ${shell pwd}/../../rootfs/driver/

--
Gitblit v1.9.1