Skip to content

Commit 278634a

Browse files
0xc0170c1728p9
authored andcommitted
tools: mbed sdk boot should be separate object file
This was probably deleted during the rebase, as mbed sdk boot needs to be own object file due to using weak functions.
1 parent 7d3b2af commit 278634a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/build_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1061,7 +1061,7 @@ def build_mbed_libs(target, toolchain_name, verbose=False,
10611061
# weak SDK functions
10621062
# - mbed_main.o: this contains main redirection
10631063
separate_names, separate_objects = ['mbed_retarget.o', 'mbed_board.o',
1064-
'mbed_overrides.o', 'mbed_main.o'], []
1064+
'mbed_overrides.o', 'mbed_main.o', 'mbed_sdk_boot.o'], []
10651065

10661066
for obj in objects:
10671067
for name in separate_names:

0 commit comments

Comments
 (0)