blob: c318a9c9d71c7924d9b3a12939b48f895c71e8b7 [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",
],
)