Xtensa: Rename some files.

This commit is contained in:
Gregory Nutt
2016-10-29 11:24:02 -06:00
parent d346f25aae
commit 804f9c5de7
3 changed files with 5 additions and 5 deletions
@@ -1,5 +1,5 @@
/****************************************************************************
* arch/xtensa/src/common/xtensa_inthandlers.S
* arch/xtensa/src/common/xtensa_int_handlers.S
*
* Adapted from use in NuttX by:
*
@@ -30,7 +30,7 @@
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
****************************************************************************/
.file "xtensa_inthandlers.S"
.file "xtensa_int_handlers.S"
/* NOTES on the use of 'call0' for long jumps instead of 'j':
*
@@ -1,5 +1,5 @@
/****************************************************************************
* arch/xtensa/src/common/xtensa_nmihandler.S
* arch/xtensa/src/common/xtensa_nmi_handler.S
*
* Adapted from use in NuttX by:
*
@@ -30,7 +30,7 @@
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
****************************************************************************/
.file "xtensa_nmihandler.S"
.file "xtensa_nmi_handler.S"
/* NOTES on the use of 'call0' for long jumps instead of 'j':
*
+1 -1
View File
@@ -41,7 +41,7 @@ HEAD_CSRC = esp32_start.c
# Common XTENSA files (arch/xtensa/src/common)
CMN_ASRCS = xtensa_context.S xtensa_coproc.S xtensa_cpuint.S
CMN_ASRCS += xtensa_inthandlers.S xtensa_nmihandler.S xtensa_vectors.S
CMN_ASRCS += xtensa_int_handlers.S xtensa_nmi_handler.S xtensa_vectors.S
CMN_CSRCS = xtensa_assert.c xtensa_blocktask.c xtensa_copystate.c
CMN_CSRCS += xtensa_cpsave.c xtensa_createstack.c xtensa_exit.c xtensa_idle.c