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 cb4b499 commit 219c536Copy full SHA for 219c536
CMakeLists.txt
@@ -293,7 +293,7 @@ if(NOT MBED_IS_NATIVE_BUILD)
293
mbed_create_distro(mbed-os ${MBED_TARGET_CMAKE_NAME} mbed-core-flags mbed-core-sources mbed-rtos-flags mbed-rtos-sources)
294
295
# Set up the linker script and hook it up to the top-level OS targets
296
- mbed_setup_linker_script(mbed-baremetal mbed-os ${CMAKE_CURRENT_BINARY_DIR}/generated-headers/mbed-target-config.h)
+ mbed_setup_linker_script(mbed-os mbed-baremetal ${CMAKE_CURRENT_BINARY_DIR}/generated-headers/mbed-target-config.h)
297
298
# Make sure that things linking mbed-core-flags can also get the target-specific include dirs and flags.
299
mbed_extract_flags(${MBED_TARGET_CMAKE_NAME}-flags ${MBED_TARGET_CMAKE_NAME})
0 commit comments