Merge pull request #7353 from jeromecoutant/PR_BUILDOS2

build_api script : separate PeripheralPins.o
pull/7361/head
Cruz Monrreal 2018-06-28 10:08:42 -05:00 committed by GitHub
commit 8baa8c5997
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1076,7 +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
separate_names, separate_objects = ['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'], []
for obj in objects: