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:
Abdelatif Guettouche
2022-04-04 13:17:41 +02:00
committed by Xiang Xiao
parent 499c450d36
commit f527abc324
3 changed files with 8 additions and 1 deletions
-1
View File
@@ -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
+4
View File
@@ -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
+4
View File
@@ -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