zephyr/subsys/debug/CMakeLists.txt
Anas Nashif 483910ab4b systemview: add support natively using tracing hooks
Add needed hooks as a subsystem that can be enabled in any application.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2018-08-21 05:45:47 -07:00

7 lines
90 B
CMake

zephyr_sources_ifdef(
CONFIG_OPENOCD_SUPPORT
openocd.c
)
add_subdirectory(tracing)