Merge pull request #7370 from jeromecoutant/PR_PERIPPINO

build_api.py : add comment about separate_names
pull/7332/merge
Cruz Monrreal 2018-06-29 20:07:20 -05:00 committed by GitHub
commit 72684e3a2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
# 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'], []