blob: df11fd55676dc1802592fc6bab18d215cdbda9c6 [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",
"$zx/system/ulib/zxcpp",
]
}