blob: b9d59e4cf8f238772687d6f07fee9819f42a3e04 [file] [log] [blame]
# Copyright 2021 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.
visibility = [ "//src/connectivity/wlan/drivers/third_party/intel/iwlwifi/*" ]
source_set("pcie") {
sources = [
"drv.c",
"internal.h",
"rx.c",
"trans-gen2.c",
"trans.c",
"tx.c",
]
public = [ "entry.h" ]
deps = [
"//sdk/banjo/fuchsia.hardware.pci:fuchsia.hardware.pci_banjo_c",
"//src/connectivity/wlan/drivers/third_party/intel/iwlwifi:core",
"//src/connectivity/wlan/drivers/third_party/intel/iwlwifi/fw",
"//src/devices/pci/lib/device-protocol-pci",
"//src/lib/ddk",
"//zircon/system/ulib/backtrace-request",
"//zircon/system/ulib/sync",
]
public_deps = [
"//src/connectivity/wlan/drivers/third_party/intel/iwlwifi/platform",
"//zircon/system/public",
]
friend =
[ "//src/connectivity/wlan/drivers/third_party/intel/iwlwifi/test:*" ]
# TODO(https://fxbug.dev/58162): delete the below and fix compiler warnings
configs += [ "//build/config:Wno-conversion" ]
}