Copying main config json file for mbed lib builds

pull/2868/head
Brian Daniels 2016-09-29 16:08:16 -05:00
parent 2564a833c0
commit 69448d7d8d
1 changed files with 2 additions and 1 deletions

View File

@ -907,7 +907,8 @@ def build_mbed_libs(target, toolchain_name, options=None, verbose=False,
hal_implementation = toolchain.scan_resources(hal_src)
toolchain.copy_files(hal_implementation.headers +
hal_implementation.hex_files +
hal_implementation.libraries,
hal_implementation.libraries +
[MBED_CONFIG_FILE],
build_target, resources=hal_implementation)
incdirs = toolchain.scan_resources(build_target).inc_dirs
objects = toolchain.compile_sources(hal_implementation, tmp_path,