18c2ecf20Sopenharmony_ci# 28c2ecf20Sopenharmony_ci# Copyright (C) 2011-2014, Marvell International Ltd. 38c2ecf20Sopenharmony_ci# 48c2ecf20Sopenharmony_ci# This software file (the "File") is distributed by Marvell International 58c2ecf20Sopenharmony_ci# Ltd. under the terms of the GNU General Public License Version 2, June 1991 68c2ecf20Sopenharmony_ci# (the "License"). You may use, redistribute and/or modify this File in 78c2ecf20Sopenharmony_ci# accordance with the terms and conditions of the License, a copy of which 88c2ecf20Sopenharmony_ci# is available by writing to the Free Software Foundation, Inc., 98c2ecf20Sopenharmony_ci# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or on the 108c2ecf20Sopenharmony_ci# worldwide web at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt. 118c2ecf20Sopenharmony_ci# 128c2ecf20Sopenharmony_ci# THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE 138c2ecf20Sopenharmony_ci# IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE 148c2ecf20Sopenharmony_ci# ARE EXPRESSLY DISCLAIMED. The License provides additional details about 158c2ecf20Sopenharmony_ci# this warranty disclaimer. 168c2ecf20Sopenharmony_ci 178c2ecf20Sopenharmony_ci 188c2ecf20Sopenharmony_cimwifiex-y += main.o 198c2ecf20Sopenharmony_cimwifiex-y += init.o 208c2ecf20Sopenharmony_cimwifiex-y += cfp.o 218c2ecf20Sopenharmony_cimwifiex-y += cmdevt.o 228c2ecf20Sopenharmony_cimwifiex-y += util.o 238c2ecf20Sopenharmony_cimwifiex-y += txrx.o 248c2ecf20Sopenharmony_cimwifiex-y += wmm.o 258c2ecf20Sopenharmony_cimwifiex-y += 11n.o 268c2ecf20Sopenharmony_cimwifiex-y += 11ac.o 278c2ecf20Sopenharmony_cimwifiex-y += 11n_aggr.o 288c2ecf20Sopenharmony_cimwifiex-y += 11n_rxreorder.o 298c2ecf20Sopenharmony_cimwifiex-y += scan.o 308c2ecf20Sopenharmony_cimwifiex-y += join.o 318c2ecf20Sopenharmony_cimwifiex-y += sta_ioctl.o 328c2ecf20Sopenharmony_cimwifiex-y += sta_cmd.o 338c2ecf20Sopenharmony_cimwifiex-y += uap_cmd.o 348c2ecf20Sopenharmony_cimwifiex-y += ie.o 358c2ecf20Sopenharmony_cimwifiex-y += sta_cmdresp.o 368c2ecf20Sopenharmony_cimwifiex-y += sta_event.o 378c2ecf20Sopenharmony_cimwifiex-y += uap_event.o 388c2ecf20Sopenharmony_cimwifiex-y += sta_tx.o 398c2ecf20Sopenharmony_cimwifiex-y += sta_rx.o 408c2ecf20Sopenharmony_cimwifiex-y += uap_txrx.o 418c2ecf20Sopenharmony_cimwifiex-y += cfg80211.o 428c2ecf20Sopenharmony_cimwifiex-y += ethtool.o 438c2ecf20Sopenharmony_cimwifiex-y += 11h.o 448c2ecf20Sopenharmony_cimwifiex-y += tdls.o 458c2ecf20Sopenharmony_cimwifiex-$(CONFIG_DEBUG_FS) += debugfs.o 468c2ecf20Sopenharmony_ciobj-$(CONFIG_MWIFIEX) += mwifiex.o 478c2ecf20Sopenharmony_ci 488c2ecf20Sopenharmony_cimwifiex_sdio-y += sdio.o 498c2ecf20Sopenharmony_ciobj-$(CONFIG_MWIFIEX_SDIO) += mwifiex_sdio.o 508c2ecf20Sopenharmony_ci 518c2ecf20Sopenharmony_cimwifiex_pcie-y += pcie.o 528c2ecf20Sopenharmony_ciobj-$(CONFIG_MWIFIEX_PCIE) += mwifiex_pcie.o 538c2ecf20Sopenharmony_ci 548c2ecf20Sopenharmony_cimwifiex_usb-y += usb.o 558c2ecf20Sopenharmony_ciobj-$(CONFIG_MWIFIEX_USB) += mwifiex_usb.o 568c2ecf20Sopenharmony_ci 578c2ecf20Sopenharmony_ciccflags-y += -D__CHECK_ENDIAN 58