blob: 6d172cac071e00c081cfa3693e6c547286619c85 [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.
executable("driverctl") {
configs += [ "//build/unification/config:zircon-migrated" ]
sources = [ "driverctl.cc" ]
deps = [
"//sdk/fidl/fuchsia.device:fuchsia.device_llcpp",
"//sdk/lib/fdio",
"//src/lib/ddk",
"//zircon/public/lib/zx",
]
}