mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-04 02:50:58 +02:00
Since !2190, source files located outside of the component root produce object files inside build directory. This change fixes handling of COMPONENT_OBJEXCLUDE variable for such files. Tests are added.