mirror of https://github.com/ARMmbed/mbed-os.git
Added copying of library files.
parent
f7115d354c
commit
d65e7bfe3d
|
|
@ -234,7 +234,7 @@ def build_mbed_libs(target, toolchain_name, options=None, verbose=False, clean=F
|
||||||
# Target specific sources
|
# Target specific sources
|
||||||
HAL_SRC = join(MBED_TARGETS_PATH, "hal")
|
HAL_SRC = join(MBED_TARGETS_PATH, "hal")
|
||||||
hal_implementation = toolchain.scan_resources(HAL_SRC)
|
hal_implementation = toolchain.scan_resources(HAL_SRC)
|
||||||
toolchain.copy_files(hal_implementation.headers + hal_implementation.hex_files, BUILD_TARGET, HAL_SRC)
|
toolchain.copy_files(hal_implementation.headers + hal_implementation.hex_files + hal_implementation.libraries, BUILD_TARGET, HAL_SRC)
|
||||||
incdirs = toolchain.scan_resources(BUILD_TARGET).inc_dirs
|
incdirs = toolchain.scan_resources(BUILD_TARGET).inc_dirs
|
||||||
objects = toolchain.compile_sources(hal_implementation, TMP_PATH, [MBED_LIBRARIES] + incdirs)
|
objects = toolchain.compile_sources(hal_implementation, TMP_PATH, [MBED_LIBRARIES] + incdirs)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue