blob: ee681795d0098169238e0ef7983976ae43a38aa5 [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("lockdep") {
sources = [
"lock_dep.cpp",
]
deps = [
"$zx/kernel/lib/console",
"$zx/kernel/lib/version",
]
public_deps = [
"$zx/system/ulib/lockdep",
]
}