Remove xtensa_backtrace.S reference from esp32s2 as well

This commit is contained in:
Alan C. Assis 2021-07-20 16:32:50 -03:00 committed by Xiang Xiao
parent d2eeeee262
commit 011c938116
1 changed files with 0 additions and 4 deletions

View File

@ -50,10 +50,6 @@ ifeq ($(CONFIG_DEBUG_ALERT),y)
CMN_CSRCS += xtensa_dumpstate.c CMN_CSRCS += xtensa_dumpstate.c
endif endif
ifeq ($(CONFIG_XTENSA_DUMPBT_ON_ASSERT),y)
CMN_ASRCS += xtensa_backtrace.S
endif
ifeq ($(CONFIG_SPINLOCK),y) ifeq ($(CONFIG_SPINLOCK),y)
CMN_CSRCS += xtensa_testset.c CMN_CSRCS += xtensa_testset.c
endif endif