2 # Copyright 2011-2020 NXP
4 # This software file (the "File") is distributed by NXP
5 # under the terms of the GNU General Public License Version 2, June 1991
6 # (the "License"). You may use, redistribute and/or modify this File in
7 # accordance with the terms and conditions of the License, a copy of which
8 # is available by writing to the Free Software Foundation, Inc.,
9 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or on the
10 # worldwide web at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt.
12 # THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE
13 # IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE
14 # ARE EXPRESSLY DISCLAIMED. The License provides additional details about
15 # this warranty disclaimer.
27 mwifiex-y
+= 11n_aggr.o
28 mwifiex-y
+= 11n_rxreorder.o
31 mwifiex-y
+= sta_ioctl.o
32 mwifiex-y
+= sta_cmd.o
33 mwifiex-y
+= uap_cmd.o
35 mwifiex-y
+= sta_cmdresp.o
36 mwifiex-y
+= sta_event.o
37 mwifiex-y
+= uap_event.o
40 mwifiex-y
+= uap_txrx.o
41 mwifiex-y
+= cfg80211.o
42 mwifiex-y
+= ethtool.o
45 mwifiex-
$(CONFIG_DEBUG_FS
) += debugfs.o
46 obj-
$(CONFIG_MWIFIEX
) += mwifiex.o
48 mwifiex_sdio-y
+= sdio.o
49 obj-
$(CONFIG_MWIFIEX_SDIO
) += mwifiex_sdio.o
51 mwifiex_pcie-y
+= pcie.o
52 obj-
$(CONFIG_MWIFIEX_PCIE
) += mwifiex_pcie.o
54 mwifiex_usb-y
+= usb.o
55 obj-
$(CONFIG_MWIFIEX_USB
) += mwifiex_usb.o
57 ccflags-y
+= -D__CHECK_ENDIAN