blob: 96e1d9e69c3cb0eb200be537eb8cd0b88356a18b [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.
package(default_visibility = ["//visibility:public"])
cc_library(
name = "pcie",
srcs = [
"drv.c",
"internal.h",
"rx.c",
"trans-gen2.c",
"trans.c",
"tx.c",
],
hdrs = [ "entry.h" ],
deps = [
"//third_party/iwlwifi:core",
"//third_party/iwlwifi/fw",
],
#friend =
# [ "//third_party/iwlwifi/test:*" ]
)