Mod aaa-12 删除编译过程中无用的打印
RCA: SOL: 修改人:huangxin 检视人:huangxin
This commit is contained in:
parent
994f0848d3
commit
37104095e9
|
@ -370,7 +370,6 @@ PLAT_LINUX_OBJS :=
|
||||||
PLAT_LINUX_DEPS :=
|
PLAT_LINUX_DEPS :=
|
||||||
endif
|
endif
|
||||||
|
|
||||||
$(info objects:[$(PLAT_LINUX_OBJS)])
|
|
||||||
# 构建系统最终需要生成的目标,包含 ARM64 和 Linux 平台
|
# 构建系统最终需要生成的目标,包含 ARM64 和 Linux 平台
|
||||||
ALL_OBJS += $(PLAT_ARM64_OBJS) $(PLAT_LINUX_OBJS)
|
ALL_OBJS += $(PLAT_ARM64_OBJS) $(PLAT_LINUX_OBJS)
|
||||||
ALL_DEPS += $(PLAT_ARM64_DEPS) $(PLAT_LINUX_DEPS)
|
ALL_DEPS += $(PLAT_ARM64_DEPS) $(PLAT_LINUX_DEPS)
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# target name, the target name must have the same name of c source file
|
# target name, the target name must have the same name of c source file
|
||||||
TARGET_NAME=demo
|
TARGET_NAME=demo
|
||||||
|
|
||||||
# target
|
# target
|
||||||
# for linux module driver: KO
|
# for linux module driver: KO
|
||||||
# for application: EXE
|
# for application: EXE
|
||||||
# for dynamic library: DLL
|
# for dynamic library: DLL
|
||||||
|
@ -14,7 +14,7 @@ TARGET_OBJ = APP
|
||||||
|
|
||||||
# custom install dir
|
# custom install dir
|
||||||
TARGET_BOX =
|
TARGET_BOX =
|
||||||
|
|
||||||
#debug mode or release mode
|
#debug mode or release mode
|
||||||
DEBUG = TRUE
|
DEBUG = TRUE
|
||||||
|
|
||||||
|
@ -42,7 +42,7 @@ COMMON_LIBS := -lcjson
|
||||||
LINUX_LIBS := $(COMMON_LIBS)
|
LINUX_LIBS := $(COMMON_LIBS)
|
||||||
ARM64_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
|
include ../../Common/common.Makefile
|
||||||
|
|
||||||
ifneq ($(MAKECMDGOALS), clean)
|
ifneq ($(MAKECMDGOALS), clean)
|
||||||
|
|
Loading…
Reference in New Issue