mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-11 04:57:38 +00:00

Each COMPONENT_DIRS directory can now either be a component directory, or a parent directory containing component subdirectories. When searching for components, skip any directory which doesn't have component.mk, Kconfig.projbuild, or Makefile.projbuild in it. This helps with debugging, list-components output, etc.