blob: 8a3b9362f1ce71043cf9abfa4724ae3e8c97f5e6 [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_applicable_licenses = ["//third_party/iwlwifi:license_intel"],
default_visibility = ["//visibility:public"],
)
cc_library(
name = "cfg",
srcs = [
"22000.c",
"7000.c",
"8000.c",
"9000.c",
],
deps = [
"//third_party/iwlwifi:core",
"//third_party/iwlwifi/fw:api",
],
)