blob: 2731decf35c86867b5ad3729d901ac1eb801f565 [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") {
sources = [
"driverctl.c",
]
deps = [
"$zx/system/fidl/fuchsia-device:c",
"$zx/system/ulib/ddk:headers",
"$zx/system/ulib/fdio",
"$zx/system/ulib/zircon",
]
}