zephyr/subsys/console/CMakeLists.txt

4 lines
138 B
CMake
Raw Normal View History

zephyr_sources(line_fifo.c)
zephyr_sources_ifdef(CONFIG_CONSOLE_GETCHAR getchar.c)
zephyr_sources_ifdef(CONFIG_CONSOLE_GETLINE getline.c)