mirror of https://github.com/ARMmbed/mbed-os.git
build_api.py : add comment about separate_names
parent
2be3c13534
commit
e17b1df13d
|
@ -1076,6 +1076,7 @@ def build_mbed_libs(target, toolchain_name, clean=False, macros=None,
|
|||
# - mbed_overrides.o: this contains platform overrides of various
|
||||
# weak SDK functions
|
||||
# - mbed_main.o: this contains main redirection
|
||||
# - PeripheralPins.o: PinMap can be weak
|
||||
separate_names, separate_objects = ['PeripheralPins.o', 'mbed_retarget.o', 'mbed_board.o',
|
||||
'mbed_overrides.o', 'mbed_main.o', 'mbed_sdk_boot.o'], []
|
||||
|
||||
|
|
Loading…
Reference in New Issue