commit | 7d2df83b5184b4566d43dd8a8d9abeb7c1d85694 | [log] [tgz] |
---|---|---|
author | Paul Sokolovsky <paul.sokolovsky@linaro.org> | Thu Jun 06 16:58:56 2019 +0300 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Thu Aug 08 14:31:35 2019 +0200 |
tree | b79467cff97832941149f9e15eef4cce39ab34aa | |
parent | 1c6a7d78efdcbeea55112ef6013e36ce72ba8fa3 [diff] |
libc: minimal: Add headers as system includes This is consistent with how newlib headers are treated, and will have effect of ninlibc headers to be further down in the include order. This is important, because some POSIX subsys headers override those of libc. Without this change, we can't streamline POSIX build config using zephyr_interface_library_named() cmake directive, because includes will be in wrong order. Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>