blob: b516622bba658e2c7536b832307dbb1787bcd335 [file] [log] [blame]
# Copyright 2018 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.
config("wlan_protocol_config") {
include_dirs = [ "include" ]
}
source_set("protocol") {
sources = [
"include/wlan/protocol/ioctl.h",
"include/wlan/protocol/device.h",
]
public_configs = [ ":wlan_protocol_config" ]
}