Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
d3a743e96fbea6d755f40eaa916a179f0455f6d9
/
.
/
lib
/
Makefile
blob: 1b02e98ea1fdcd8bc7116e2e076bdcb20f400b3c [
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
include $
(
srctree
)/
lib
/
iot
/
Makefile