blob: 43bb5693709119b3a8adb3080956abefb7dd4edb [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 = "cfg",
srcs = [
"7000.c",
"8000.c",
"9000.c",
],
deps = [
"//src/iwlwifi:core",
"//src/iwlwifi/fw:api",
],
)