libs/libc: move the backtrace implement to sched

1. move the backtrace implement to sched
2. rename CONFIG_UNWINDER to CONFIG_SCHED_BACKTRACE

Signed-off-by: chao.an <anchao@xiaomi.com>
This commit is contained in:
chao.an
2021-07-30 12:05:33 +08:00
committed by Xiang Xiao
parent 0a8d951837
commit 83964231a5
9 changed files with 16 additions and 57 deletions
-1
View File
@@ -25,7 +25,6 @@ include assert/Make.defs
include audio/Make.defs
include builtin/Make.defs
include ctype/Make.defs
include debug/Make.defs
include dirent/Make.defs
include dlfcn/Make.defs
include endian/Make.defs