mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-31 12:25:51 +00:00
Add needed hooks as a subsystem that can be enabled in any application. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
7 lines
90 B
CMake
7 lines
90 B
CMake
zephyr_sources_ifdef(
|
|
CONFIG_OPENOCD_SUPPORT
|
|
openocd.c
|
|
)
|
|
|
|
add_subdirectory(tracing)
|