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 a0487d8 commit fb69ee2Copy full SHA for fb69ee2
CMakeLists.txt
@@ -285,7 +285,7 @@ if(NOT MBED_IS_NATIVE_BUILD)
285
mbed_create_distro(mbed-os ${MBED_TARGET_CMAKE_NAME} mbed-core-flags mbed-core-sources mbed-rtos-flags mbed-rtos-sources)
286
287
# Set up the linker script and hook it up to the top-level OS targets
288
- 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)
289
290
# Make sure that things linking mbed-core-flags can also get the target-specific include dirs and flags.
291
mbed_extract_flags(${MBED_TARGET_CMAKE_NAME}-flags ${MBED_TARGET_CMAKE_NAME})
0 commit comments