blob: 10ad30a6d07d612d62efc2d1494b5cc5ab84ee6b [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.
visibility = [ "//src/iwlwifi/*" ]
source_set("cfg") {
sources = [
"7000.c",
"8000.c",
"9000.c",
]
deps = [
"//src/iwlwifi:core",
"//src/iwlwifi/fw:api",
]
}