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)