mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
Xtensa: Rename some files.
This commit is contained in:
+2
-2
@@ -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':
|
||||
*
|
||||
+2
-2
@@ -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':
|
||||
*
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user