From 37104095e9dfa7ddbada8891ae62573d453bb7f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E6=98=95?= Date: Thu, 4 Jul 2019 11:27:34 +0800 Subject: [PATCH] =?UTF-8?q?Mod=20=20aaa-12=20=E5=88=A0=E9=99=A4=E7=BC=96?= =?UTF-8?q?=E8=AF=91=E8=BF=87=E7=A8=8B=E4=B8=AD=E6=97=A0=E7=94=A8=E7=9A=84?= =?UTF-8?q?=E6=89=93=E5=8D=B0=20RCA=EF=BC=9A=20SOL=EF=BC=9A=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E4=BA=BA=EF=BC=9Ahuangxin=20=E6=A3=80=E8=A7=86?= =?UTF-8?q?=E4=BA=BA=EF=BC=9Ahuangxin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Common/common.Makefile | 1 - Product/build/user.demo.Makefile | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Common/common.Makefile b/Common/common.Makefile index 8947eb671..953a1a592 100755 --- a/Common/common.Makefile +++ b/Common/common.Makefile @@ -370,7 +370,6 @@ PLAT_LINUX_OBJS := PLAT_LINUX_DEPS := endif -$(info objects:[$(PLAT_LINUX_OBJS)]) # 构建系统最终需要生成的目标,包含 ARM64 和 Linux 平台 ALL_OBJS += $(PLAT_ARM64_OBJS) $(PLAT_LINUX_OBJS) ALL_DEPS += $(PLAT_ARM64_DEPS) $(PLAT_LINUX_DEPS) diff --git a/Product/build/user.demo.Makefile b/Product/build/user.demo.Makefile index 9286f8167..808e00df3 100755 --- a/Product/build/user.demo.Makefile +++ b/Product/build/user.demo.Makefile @@ -1,7 +1,7 @@ # target name, the target name must have the same name of c source file TARGET_NAME=demo -# target +# target # for linux module driver: KO # for application: EXE # for dynamic library: DLL @@ -14,7 +14,7 @@ TARGET_OBJ = APP # custom install dir TARGET_BOX = - + #debug mode or release mode DEBUG = TRUE @@ -42,7 +42,7 @@ COMMON_LIBS := -lcjson LINUX_LIBS := $(COMMON_LIBS) ARM64_LIBS := $(COMMON_LIBS) -# this line must be at below of thus, because of... +# this line must be at below of thus, because of... include ../../Common/common.Makefile ifneq ($(MAKECMDGOALS), clean)