printk: move into lib/os
Last file under misc/. Put it alongside other support functions in lib/os. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
feadb532e3
commit
b832a1e264
4 changed files with 2 additions and 2 deletions
|
@ -14,4 +14,6 @@ zephyr_sources(
|
|||
|
||||
zephyr_sources_ifdef(CONFIG_JSON_LIBRARY json.c)
|
||||
|
||||
zephyr_sources_if_kconfig(printk.c)
|
||||
|
||||
zephyr_sources_if_kconfig(ring_buffer.c)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue