CMake: Fix location of M33 exception handler source file

pull/13566/head
Hugues Kamba 2020-09-17 16:27:25 +01:00
parent 3b8aba1dce
commit 0e257b0730
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ function(_mbed_get_cortex_m_exception_handlers toolchain_dir)
elseif(${key} STREQUAL M3)
set(STARTUP_RTX_FILE TARGET_M3/irq_cm3.S)
elseif(${key} STREQUAL M33)
set(STARTUP_RTX_FILE TARGET_M33/irq_armv8mbl.S)
set(STARTUP_RTX_FILE TARGET_M33/irq_armv8mml.S)
elseif(${key} STREQUAL RTOS_M4_M7)
set(STARTUP_RTX_FILE TARGET_RTOS_M4_M7/irq_cm4f.S)
endif()