zephyr/subsys/debug/CMakeLists.txt

12 lines
158 B
CMake
Raw Normal View History

# SPDX-License-Identifier: Apache-2.0
zephyr_sources_ifdef(
CONFIG_OPENOCD_SUPPORT
openocd.c
)
zephyr_sources_ifdef(
CONFIG_ASAN
asan_hacks.c
)