blob: 087d808ae87a7108905c422b4e6deffeb30f862e [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.
zx_executable("spiutil") {
sources = [
"spiutil.cc",
]
deps = [
"$zx/system/ulib/ddk",
"$zx/system/ulib/fdio",
"$zx/system/ulib/spi",
]
}