zephyr/subsys/shell/CMakeLists.txt

11 lines
167 B
CMake

zephyr_include_directories_ifdef(CONFIG_CONSOLE_SHELL
${ZEPHYR_BASE}/include/drivers
)
zephyr_sources(
shell_service.c
shell.c
)
add_subdirectory(modules)