From 8da634826a1e9983be5b291edb065c5ddd4d12c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E6=98=95?= Date: Fri, 16 Aug 2019 14:17:30 +0800 Subject: [PATCH] =?UTF-8?q?Mod=20=20aaa-12=20=E4=BF=AE=E6=94=B9=E7=BC=96?= =?UTF-8?q?=E8=AF=91=E6=97=B6=E6=8E=A7=E5=88=B6=E5=8F=B0=E9=A2=9C=E8=89=B2?= =?UTF-8?q?=E6=8E=A7=E5=88=B6=E4=B9=B1=E7=A0=81=E9=97=AE=E9=A2=98=20RCA?= =?UTF-8?q?=EF=BC=9A=20SOL=EF=BC=9A=20=E4=BF=AE=E6=94=B9=E4=BA=BA=EF=BC=9A?= =?UTF-8?q?huangxin=20=E6=A3=80=E8=A7=86=E4=BA=BA=EF=BC=9Ahuangxin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Common/common.Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Common/common.Makefile b/Common/common.Makefile index d91c35726..e3a9a80be 100755 --- a/Common/common.Makefile +++ b/Common/common.Makefile @@ -104,7 +104,13 @@ endif RM = rm -rf MKDIR = mkdir -p CP = cp -f + +ECHO_FILE=/etc/used_echo_tag +ifeq ($(ECHO_FILE), $(wildcard $(ECHO_FILE))) ECHO_COLOR = echo +else +ECHO_COLOR = echo -e +endif # 根据环境变量获取内核路径 ifeq ($(TARGET_OBJ), DRV)