mirror of
https://github.com/espressif/esp-idf.git
synced 2026-07-14 23:13:00 +03:00
idf_build_executable only links the COMPONENTS list and its dependencies. However, bootloader_components provided by the application get discovered, but not linked. This MR forces the extra components for the bootloader to be linked to the bootloader binary as there is no way for the application to specify the same.