Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
659ff5002ff5ec44b9df0d8d93a8b3d9c75b7489
/
.
/
lib
/
Makefile
blob: 49d51b0e941038deb159c623eb327fffd78b81b2 [
file
] [
log
] [
blame
]
ifdef CONFIG_MINIMAL_LIBC
ZEPHYRINCLUDE
+=
-
I$
(
srctree
)/
lib
/
libc
/
minimal
/
include
endif
ifdef CONFIG_NEWLIB_LIBC
ZEPHYRINCLUDE
+=
$
(
TOOLCHAIN_CFLAGS
)
ALL_LIBS
+=
m c
endif