blob: 5f9a877b49d4077d32f016ce4918bf5a656319fd [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("lsusb") {
sources = [
"lsusb.c",
]
deps = [
"$zx/system/fidl/fuchsia-hardware-usb-device:c",
"$zx/system/ulib/fdio",
"$zx/system/ulib/pretty",
"$zx/system/ulib/zircon",
]
}