Tracing subsystem is growing and although related to debugging, it does deserve to belong into its own subsystem. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
12 lines
158 B
CMake
12 lines
158 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
zephyr_sources_ifdef(
|
|
CONFIG_OPENOCD_SUPPORT
|
|
openocd.c
|
|
)
|
|
|
|
zephyr_sources_ifdef(
|
|
CONFIG_ASAN
|
|
asan_hacks.c
|
|
)
|