Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
2423c87d543a13ec28d66a1e758d3bb7ab24bf74
/
.
/
subsys
/
debug
/
gdbstub
/
CMakeLists.txt
blob: 1f5220558bc0c1e1987453f749064b1ee5efb5fc [
file
] [
log
] [
blame
]
# Copyright (c) 2020 Intel Corporation.
# SPDX-License-Identifier: Apache-2.0
zephyr_sources(
gdbstub.c
)
zephyr_sources_ifdef(
CONFIG_GDBSTUB_SERIAL_BACKEND
gdbstub_backend_serial.c
)