1# Copyright (c) 2020 Intel Corporation. 2# SPDX-License-Identifier: Apache-2.0 3 4zephyr_sources( 5 gdbstub.c 6 ) 7 8zephyr_sources_ifdef( 9 CONFIG_GDBSTUB_SERIAL_BACKEND 10 gdbstub_backend_serial.c 11 ) 12