blob: f589f6e72ad3f5d1cdb7363ae4e3eda7745898df [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("ethtool") {
sources = [
"ethtool.c",
]
deps = [
"$zx/system/fidl/fuchsia-hardware-ethernet:c",
"$zx/system/ulib/fdio",
"$zx/system/ulib/inet6",
"$zx/system/ulib/pretty",
"$zx/system/ulib/zircon",
]
}