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>
This commit is contained in:
parent
1c6a7d78ef
commit
7d2df83b51
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
zephyr_include_directories(include)
|
||||
zephyr_system_include_directories(include)
|
||||
|
||||
zephyr_library()
|
||||
zephyr_library_sources(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue