Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
45d5d5db48cf6be776e98407a8d461b83c08c073
/
.
/
subsys
/
shell
/
CMakeLists.txt
blob: 6d629475a5039ee8351f76656aaff3aefa0979e3 [
file
]
zephyr_include_directories_ifdef(CONFIG_CONSOLE_SHELL
${ZEPHYR_BASE}/include/drivers
)
zephyr_sources(
shell_service.c
shell.c
)
add_subdirectory(modules)