Fix build when HILOG is disabled
Fix build when BASE_CORE_HILOG option is disabled. Use similar printing function to output missing HILOG logs. Signed-off-by: Zbigniew Bodek <zbigniew.bodek@huawei.com> Change-Id: Id5c63568ccb1ba90daadddf7e26d3e0f6c9f30ce
This commit is contained in:
committed by
Wojciech Zmuda WX948747
parent
064427fcaf
commit
22f0e9ac30
@@ -49,6 +49,9 @@ LOCAL_SRCS := $(filter-out ../kernel/common/los_rootfs.c, $(LOCAL_SRCS))
|
||||
ifneq ($(LOSCFG_FS_VFS), y)
|
||||
LOCAL_SRCS := $(filter-out ../kernel/common/console.c ../kernel/common/virtual_serial.c, $(LOCAL_SRCS))
|
||||
endif
|
||||
ifneq ($(LOSCFG_BASE_CORE_HILOG), y)
|
||||
LOCAL_SRCS := $(filter-out ../kernel/common/los_hilog.c, $(LOCAL_SRCS))
|
||||
endif
|
||||
else
|
||||
LOCAL_SRCS += $(wildcard ../kernel/common/los_config.c)
|
||||
LOCAL_SRCS += $(wildcard ../kernel/common/los_printf.c)
|
||||
|
||||
Reference in New Issue
Block a user