mirror of
https://github.com/apache/nuttx.git
synced 2026-06-09 10:54:43 +08:00
xtensa: Build sources for supporting CONFIG_SCHED_BACKTRACE
Signed-off-by: Gustavo Henrique Nihei <gustavo.nihei@espressif.com>
This commit is contained in:
committed by
Xiang Xiao
parent
b9703619b5
commit
cd1ed92844
@@ -52,6 +52,10 @@ ifeq ($(CONFIG_ARCH_FPU),y)
|
||||
CMN_CSRCS += xtensa_fpucmp.c
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_SCHED_BACKTRACE),y)
|
||||
CMN_CSRCS += xtensa_backtrace.c
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_SPINLOCK),y)
|
||||
CMN_CSRCS += xtensa_testset.c
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user