blob: efcb4797afc933a3b0a6a769e37c70f7955c89a5 [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/ulib/ddk:headers",
"$zx/system/ulib/fdio",
"$zx/system/ulib/zircon",
]
}