Skip to content

Commit

Permalink
stats: move from misc to subsys/stats
Browse files Browse the repository at this point in the history
Create a new subsystem for statistics and move it from misc/

Signed-off-by: Anas Nashif <[email protected]>
  • Loading branch information
nashif committed Nov 12, 2018
1 parent e350683 commit 24666e6
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion misc/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
zephyr_sources_if_kconfig(printk.c)
zephyr_sources_if_kconfig(reboot.c)
zephyr_sources_if_kconfig(stats.c)
1 change: 1 addition & 0 deletions subsys/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ add_subdirectory(storage)
add_subdirectory_ifdef(CONFIG_SETTINGS settings)
add_subdirectory_ifdef(CONFIG_PM_CONTROL_OS power)
add_subdirectory(fb)
add_subdirectory(stats)
1 change: 1 addition & 0 deletions subsys/stats/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
zephyr_sources_if_kconfig(stats.c)
File renamed without changes.

0 comments on commit 24666e6

Please sign in to comment.