This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 011c938116716038443d3d385f3f34aa37729b97 Author: Alan C. Assis <[email protected]> AuthorDate: Tue Jul 20 16:32:50 2021 -0300 Remove xtensa_backtrace.S reference from esp32s2 as well --- arch/xtensa/src/esp32s2/Make.defs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/arch/xtensa/src/esp32s2/Make.defs b/arch/xtensa/src/esp32s2/Make.defs index 7074f98..a5b1140 100644 --- a/arch/xtensa/src/esp32s2/Make.defs +++ b/arch/xtensa/src/esp32s2/Make.defs @@ -50,10 +50,6 @@ ifeq ($(CONFIG_DEBUG_ALERT),y) CMN_CSRCS += xtensa_dumpstate.c endif -ifeq ($(CONFIG_XTENSA_DUMPBT_ON_ASSERT),y) - CMN_ASRCS += xtensa_backtrace.S -endif - ifeq ($(CONFIG_SPINLOCK),y) CMN_CSRCS += xtensa_testset.c endif
