blob: f9e3e612cc0d90c624b31d3e238ce8a5d2d597d7 [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("realtek-8211f") {
sources = [
"binding.c",
"rtl8211f.cpp",
]
deps = [
"$zx/system/banjo/ddk.protocol.ethernet.mac",
"$zx/system/ulib/ddk",
"$zx/system/ulib/ddktl",
"$zx/system/ulib/fbl",
"$zx/system/ulib/sync",
"$zx/system/ulib/zircon",
"$zx/system/ulib/zx",
]
}