zephyr/subsys/debug/CMakeLists.txt

7 lines
90 B
CMake
Raw Normal View History

zephyr_sources_ifdef(
CONFIG_OPENOCD_SUPPORT
openocd.c
)
add_subdirectory(tracing)