blob: 1464d0a21317788a4b29b2476be7a0035d6785a0 [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("lsblk") {
sources = [
"main.c",
]
deps = [
"$zx/system/fidl/fuchsia-hardware-skipblock:c",
"$zx/system/ulib/fdio",
"$zx/system/ulib/gpt",
"$zx/system/ulib/pretty",
"$zx/system/ulib/zircon",
"$zx/third_party/ulib/cksum",
]
}