We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5e52f0 commit 8826c61Copy full SHA for 8826c61
cmsis/CMSIS_5/CMSIS/RTOS2/RTX/CMakeLists.txt
@@ -32,7 +32,7 @@ if(${CMAKE_CROSSCOMPILING})
32
function(_mbed_get_cortex_a_exception_handlers)
33
foreach(key ${MBED_TARGET_LABELS})
34
if(${key} STREQUAL CORTEX_A)
35
- target_sources(mbed-rtos INTERFACE Config/TARGET_CORTEX_A/handlers.c)
+ target_sources(mbed-rtos-sources INTERFACE Config/TARGET_CORTEX_A/handlers.c)
36
endif()
37
endforeach()
38
endfunction()
0 commit comments