162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only
262306a36Sopenharmony_ci#
362306a36Sopenharmony_ci# Copyright 2011-2020 NXP
462306a36Sopenharmony_ci#
562306a36Sopenharmony_ci
662306a36Sopenharmony_ci
762306a36Sopenharmony_cimwifiex-y += main.o
862306a36Sopenharmony_cimwifiex-y += init.o
962306a36Sopenharmony_cimwifiex-y += cfp.o
1062306a36Sopenharmony_cimwifiex-y += cmdevt.o
1162306a36Sopenharmony_cimwifiex-y += util.o
1262306a36Sopenharmony_cimwifiex-y += txrx.o
1362306a36Sopenharmony_cimwifiex-y += wmm.o
1462306a36Sopenharmony_cimwifiex-y += 11n.o
1562306a36Sopenharmony_cimwifiex-y += 11ac.o
1662306a36Sopenharmony_cimwifiex-y += 11n_aggr.o
1762306a36Sopenharmony_cimwifiex-y += 11n_rxreorder.o
1862306a36Sopenharmony_cimwifiex-y += scan.o
1962306a36Sopenharmony_cimwifiex-y += join.o
2062306a36Sopenharmony_cimwifiex-y += sta_ioctl.o
2162306a36Sopenharmony_cimwifiex-y += sta_cmd.o
2262306a36Sopenharmony_cimwifiex-y += uap_cmd.o
2362306a36Sopenharmony_cimwifiex-y += ie.o
2462306a36Sopenharmony_cimwifiex-y += sta_cmdresp.o
2562306a36Sopenharmony_cimwifiex-y += sta_event.o
2662306a36Sopenharmony_cimwifiex-y += uap_event.o
2762306a36Sopenharmony_cimwifiex-y += sta_tx.o
2862306a36Sopenharmony_cimwifiex-y += sta_rx.o
2962306a36Sopenharmony_cimwifiex-y += uap_txrx.o
3062306a36Sopenharmony_cimwifiex-y += cfg80211.o
3162306a36Sopenharmony_cimwifiex-y += ethtool.o
3262306a36Sopenharmony_cimwifiex-y += 11h.o
3362306a36Sopenharmony_cimwifiex-y += tdls.o
3462306a36Sopenharmony_cimwifiex-$(CONFIG_DEBUG_FS) += debugfs.o
3562306a36Sopenharmony_ciobj-$(CONFIG_MWIFIEX) += mwifiex.o
3662306a36Sopenharmony_ci
3762306a36Sopenharmony_cimwifiex_sdio-y += sdio.o
3862306a36Sopenharmony_ciobj-$(CONFIG_MWIFIEX_SDIO) += mwifiex_sdio.o
3962306a36Sopenharmony_ci
4062306a36Sopenharmony_cimwifiex_pcie-y += pcie.o
4162306a36Sopenharmony_cimwifiex_pcie-y += pcie_quirks.o
4262306a36Sopenharmony_ciobj-$(CONFIG_MWIFIEX_PCIE) += mwifiex_pcie.o
4362306a36Sopenharmony_ci
4462306a36Sopenharmony_cimwifiex_usb-y += usb.o
4562306a36Sopenharmony_ciobj-$(CONFIG_MWIFIEX_USB) += mwifiex_usb.o
4662306a36Sopenharmony_ci
4762306a36Sopenharmony_ciccflags-y += -D__CHECK_ENDIAN
48