blob: 2bde6c3d91f50f9da1debb712eab0bfbfd1af604 [file] [log] [blame]
# Copyright 2020 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.
group("drivers") {
testonly = true
deps = [
"drivers/aml-ethernet",
"drivers/asix-88179",
"drivers/asix-88179:fake-asix-88179",
"drivers/asix-88772b",
"drivers/dwmac",
"drivers/ethernet/netdevice-migration:netdevice-migration",
"drivers/gvnic",
"drivers/realtek-8211f",
"drivers/rndis-function",
"drivers/rndis-host:driver",
"drivers/usb-cdc-ecm",
"drivers/usb-cdc-function",
"drivers/virtio:virtio_netdevice",
]
if (current_cpu == "x64") {
deps += [ "drivers/realtek-8111" ]
}
}
group("tests") {
testonly = true
deps = [ "drivers:tests" ]
}