blob: 3f6014a3460294c72ff2b6fad4cbf7242382fa56 [file] [log] [blame]
# Copyright 2019 The Fuchsia Authors
#
# Use of this source code is governed by a MIT-style
# license that can be found in the LICENSE file or at
# https://opensource.org/licenses/MIT
source_set("debugcommands") {
sources = [ "debugcommands.cc" ]
deps = [
"$zx/kernel/lib/cmdline",
"$zx/kernel/lib/console",
]
}