blob: 955fb45a76b9b80d03f718c41a679a82c31d55b2 [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("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",
]
}