Move the gdbstub files into the gdbstub folder, and relocated its Kconfig as well. Signed-off-by: Yong Cong Sin <ycsin@meta.com>
11 lines
197 B
CMake
11 lines
197 B
CMake
# 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
|
|
)
|