zephyr/subsys/net/lib/openthread/platform/CMakeLists.txt

20 lines
409 B
CMake
Raw Normal View History

# SPDX-License-Identifier: Apache-2.0
zephyr_library_named(openthread_platform)
zephyr_library_sources(
alarm.c
entropy.c
logging.c
misc.c
platform.c
radio.c
settings.c
spi.c
)
zephyr_library_sources_ifdef(CONFIG_OPENTHREAD_DIAG diag.c)
zephyr_library_sources_ifdef(CONFIG_OPENTHREAD_NCP uart.c)
zephyr_library_sources_ifdef(CONFIG_OPENTHREAD_SHELL shell.c)
zephyr_include_directories(.)