]> granicus.if.org Git - esp-idf/commit
make: Build out of tree component srcs under component build dir
authorAngus Gratton <angus@espressif.com>
Thu, 5 Apr 2018 04:57:31 +0000 (14:57 +1000)
committerAngus Gratton <gus@projectgus.com>
Fri, 6 Apr 2018 03:10:19 +0000 (13:10 +1000)
commit5b05a1f8227be58c702cc4e7c02eb90039feb728
tree89017359056b3646970841b074a491a8a1763bf9
parentf586f5e690e687f8db219a8b509bbf483fc416d6
make: Build out of tree component srcs under component build dir

Strips leading ../ when generating object file paths, keeps these in sync with the source files
otherwise.

This prevents object files landing in other directories, including outside the build directory, if
the component_srcdirs start with ../
components/libsodium/test/component.mk
make/common.mk
make/component_wrapper.mk