mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 21:34:07 +08:00
arch/xtensa: Build the xtensa_tcbinfo.c file for S2 and S3.
Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
This commit is contained in:
committed by
Xiang Xiao
parent
499c450d36
commit
f527abc324
@@ -47,7 +47,6 @@ ifeq ($(CONFIG_DEBUG_TCBINFO),y)
|
||||
CMN_CSRCS += xtensa_tcbinfo.c
|
||||
endif
|
||||
|
||||
|
||||
ifeq ($(CONFIG_DEBUG_ALERT),y)
|
||||
CMN_CSRCS += xtensa_dumpstate.c
|
||||
endif
|
||||
|
||||
@@ -44,6 +44,10 @@ CMN_CSRCS += xtensa_switchcontext.c
|
||||
|
||||
# Configuration-dependent common XTENSA files
|
||||
|
||||
ifeq ($(CONFIG_DEBUG_TCBINFO),y)
|
||||
CMN_CSRCS += xtensa_tcbinfo.c
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_DEBUG_ALERT),y)
|
||||
CMN_CSRCS += xtensa_dumpstate.c
|
||||
endif
|
||||
|
||||
@@ -44,6 +44,10 @@ CMN_CSRCS += xtensa_switchcontext.c
|
||||
|
||||
# Configuration-dependent common XTENSA files
|
||||
|
||||
ifeq ($(CONFIG_DEBUG_TCBINFO),y)
|
||||
CMN_CSRCS += xtensa_tcbinfo.c
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_DEBUG_ALERT),y)
|
||||
CMN_CSRCS += xtensa_dumpstate.c
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user