Skip to content

Commit 0311d81

Browse files
committed
CMake MAX32630: fix linker script
Forgotten to set it for the target
1 parent 2e320bc commit 0311d81

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

targets/TARGET_Maxim/TARGET_MAX32630/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ endif()
1919

2020
add_library(mbed-max32630 INTERFACE)
2121

22+
mbed_set_linker_script(mbed-max32630 ${CMAKE_CURRENT_SOURCE_DIR}/${LINKER_FILE})
23+
2224
target_include_directories(mbed-max32630
2325
INTERFACE
2426
.

0 commit comments

Comments
 (0)