build_api.py : add comment about separate_names

pull/7370/head
jeromecoutant 2018-06-29 09:30:07 +02:00
parent 2be3c13534
commit e17b1df13d
1 changed files with 1 additions and 0 deletions

View File

@ -1076,6 +1076,7 @@ def build_mbed_libs(target, toolchain_name, clean=False, macros=None,
# - mbed_overrides.o: this contains platform overrides of various # - mbed_overrides.o: this contains platform overrides of various
# weak SDK functions # weak SDK functions
# - mbed_main.o: this contains main redirection # - 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', separate_names, separate_objects = ['PeripheralPins.o', 'mbed_retarget.o', 'mbed_board.o',
'mbed_overrides.o', 'mbed_main.o', 'mbed_sdk_boot.o'], [] 'mbed_overrides.o', 'mbed_main.o', 'mbed_sdk_boot.o'], []