Browse Source

stats: move from misc to subsys/stats

Create a new subsystem for statistics and move it from misc/

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
pull/11379/head
Anas Nashif 7 years ago
parent
commit
24666e6946
  1. 1
      misc/CMakeLists.txt
  2. 1
      subsys/CMakeLists.txt
  3. 1
      subsys/stats/CMakeLists.txt
  4. 0
      subsys/stats/stats.c

1
misc/CMakeLists.txt

@ -1,3 +1,2 @@ @@ -1,3 +1,2 @@
zephyr_sources_if_kconfig(printk.c)
zephyr_sources_if_kconfig(reboot.c)
zephyr_sources_if_kconfig(stats.c)

1
subsys/CMakeLists.txt

@ -17,3 +17,4 @@ add_subdirectory(storage) @@ -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
subsys/stats/CMakeLists.txt

@ -0,0 +1 @@ @@ -0,0 +1 @@
zephyr_sources_if_kconfig(stats.c)

0
misc/stats.c → subsys/stats/stats.c

Loading…
Cancel
Save