]> granicus.if.org Git - esp-idf/commit
build system: Make component searching more explicit, obsolete SRCDIRS
authorAngus Gratton <gus@projectgus.com>
Wed, 21 Jun 2017 04:41:04 +0000 (14:41 +1000)
committerAngus Gratton <gus@projectgus.com>
Tue, 18 Jul 2017 23:07:53 +0000 (09:07 +1000)
commit2571e66a295b26a222775e8e61b2cf05ce2e16de
treee86e62bf8f40feea3ea4db725b61d1d050ee46aa
parent2c1fe6663d7532fd3e0d703540f143a6ce39aa9a
build system: Make component searching more explicit, obsolete SRCDIRS

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.
docs/api-guides/build-system.rst
make/project.mk