xtensa/esp32: Move attribution to CMN_ASRCS to common makefile

Signed-off-by: Gustavo Henrique Nihei <gustavo.nihei@espressif.com>
This commit is contained in:
Gustavo Henrique Nihei 2023-03-03 11:30:58 -03:00 committed by Xiang Xiao
parent 5fa2dc3c5b
commit bf9951f939
2 changed files with 4 additions and 1 deletions

View File

@ -38,6 +38,10 @@ CMN_CSRCS += xtensa_schedsigaction.c xtensa_udelay.c xtensa_usestack.c
# Configuration-dependent common Xtensa files
ifeq ($(CONFIG_ARCH_USE_TEXT_HEAP),y)
CMN_ASRCS += xtensa_loadstore.S
endif
ifeq ($(CONFIG_DEBUG_TCBINFO),y)
CMN_CSRCS += xtensa_tcbinfo.c
endif

View File

@ -173,7 +173,6 @@ endif
ifeq ($(CONFIG_ARCH_USE_TEXT_HEAP),y)
CHIP_CSRCS += esp32_textheap.c
CMN_ASRCS += xtensa_loadstore.S
endif
ifeq ($(CONFIG_ESP32_RT_TIMER),y)