You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2021/07/21 02:30:19 UTC

[incubator-nuttx] 02/02: Remove xtensa_backtrace.S reference from esp32s2 as well

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 <ac...@gmail.com>
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