]> granicus.if.org Git - esp-idf/commit
build: fix excluding source files outside of component root
authorIvan Grokhotkov <ivan@espressif.com>
Thu, 12 Apr 2018 06:15:41 +0000 (14:15 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Thu, 12 Apr 2018 06:28:54 +0000 (14:28 +0800)
commitbcbcdf6f990d98fad2d4530a8c1ae042ac4aeaad
treedf7d610619eccf6312f51b8594fb29d3d23c16d6
parent234723c0615570582fc0fedc27446561c3118f5f
build: fix excluding source files outside of component root

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.
make/component_wrapper.mk
tools/ci/test_build_system.sh