blob: 1ee357c21691b0e43213736beb9b337fec3dbf43 [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 = [
"//third_party/iwlwifi:core",
"//third_party/iwlwifi/fw:api",
],
)