blob: 66c06ae27593e93a705ce9873fc835a3651d7ee8 [file] [log] [blame]
# Copyright 2019 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
zx_executable("driverctl") {
sources = [
"driverctl.cc",
]
deps = [
"$zx/system/fidl/fuchsia-device:llcpp",
"$zx/system/ulib/ddk",
"$zx/system/ulib/fdio",
"$zx/system/ulib/zircon",
"$zx/system/ulib/zx",
]
}