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:
parent
5fa2dc3c5b
commit
bf9951f939
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user