Mod aaa-12 删除编译过程中无用的打印

RCA:
SOL:
修改人:huangxin
检视人:huangxin
This commit is contained in:
黄昕 2019-07-04 11:27:34 +08:00
parent 994f0848d3
commit 37104095e9
2 changed files with 3 additions and 4 deletions

View File

@ -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)

View File

@ -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)