blob: 2f09c7e444004d9cfa8178eeb0dcba919aa1b01d [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.
driver("ethernet") {
sources = [
"ethernet.c",
]
deps = [
"$zx/system/banjo/ddk-protocol-ethernet",
"$zx/system/fidl/fuchsia-hardware-ethernet:c",
"$zx/system/ulib/ddk",
"$zx/system/ulib/fidl",
"$zx/system/ulib/zircon",
]
}