Add needed hooks as a subsystem that can be enabled in any application. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
8 lines
142 B
CMake
8 lines
142 B
CMake
zephyr_include_directories_ifdef(CONFIG_TRACING include)
|
|
|
|
zephyr_sources_ifdef(
|
|
CONFIG_SEGGER_SYSTEMVIEW
|
|
sysview_config.c
|
|
sysview.c
|
|
)
|