blob: f6b2da84019ef1e18c5a4da1fd7f11670278a8df [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",
"$zx/kernel/lib/unittest",
]
}