Move _assert to kernel space.

Signed-off-by: 田昕 <tianxin7@xiaomi.com>
This commit is contained in:
田昕
2022-12-06 14:33:13 +08:00
committed by Xiang Xiao
parent c2d75c930b
commit 2719869ab2
6 changed files with 31 additions and 5 deletions
-2
View File
@@ -18,8 +18,6 @@
#
############################################################################
CSRCS += lib_assert.c
ifeq ($(CONFIG_STACK_CANARIES),y)
CSRCS += lib_stackchk.c
endif