zephyr/subsys/stats/CMakeLists.txt
Tom Burdick fc34338d77 stats: Add a stats shell command
Adds the stats shell command to list all stats and enable the command in
the shell sample app.

Signed-off-by: Tom Burdick <thomas.burdick@intel.com>
2021-10-14 06:32:57 -04:00

5 lines
137 B
CMake

# SPDX-License-Identifier: Apache-2.0
zephyr_sources_ifdef(CONFIG_STATS stats.c)
zephyr_sources_ifdef(CONFIG_STATS_SHELL stats_shell.c)