blob: 257e3e4eb90a39c5ea6f97120429a9c8d240e2cf [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.
assert(current_cpu == "x64")
driver("e1000") {
sources = [
"e1000_80003es2lan.c",
"e1000_82540.c",
"e1000_82541.c",
"e1000_82542.c",
"e1000_82543.c",
"e1000_82571.c",
"e1000_82575.c",
"e1000_api.c",
"e1000_i210.c",
"e1000_ich8lan.c",
"e1000_mac.c",
"e1000_manage.c",
"e1000_mbx.c",
"e1000_nvm.c",
"e1000_osdep.c",
"e1000_phy.c",
"e1000_vf.c",
"fuchsia.c",
]
deps = [
"$zx/system/banjo/ddk-protocol-ethernet",
"$zx/system/banjo/ddk-protocol-pci",
"$zx/system/ulib/ddk",
"$zx/system/ulib/zircon",
]
}