blob: 3f66ebb0a630813d3bc836c4412233a3f8883f7b [file] [log] [blame]
Bing Zhao5e6e3a92011-03-21 18:00:50 -07001#
2# Copyright (C) 2011, Marvell International Ltd.
3#
4# This software file (the "File") is distributed by Marvell International
5# Ltd. 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.
11#
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.
16
17
18mwifiex-y += main.o
19mwifiex-y += init.o
20mwifiex-y += cfp.o
21mwifiex-y += cmdevt.o
22mwifiex-y += util.o
23mwifiex-y += txrx.o
24mwifiex-y += wmm.o
25mwifiex-y += 11n.o
26mwifiex-y += 11n_aggr.o
27mwifiex-y += 11n_rxreorder.o
28mwifiex-y += scan.o
29mwifiex-y += join.o
30mwifiex-y += sta_ioctl.o
31mwifiex-y += sta_cmd.o
Avinash Patil40d07032012-05-08 18:30:19 -070032mwifiex-y += uap_cmd.o
Avinash Patilede98bf2012-05-08 18:30:28 -070033mwifiex-y += ie.o
Bing Zhao5e6e3a92011-03-21 18:00:50 -070034mwifiex-y += sta_cmdresp.o
35mwifiex-y += sta_event.o
36mwifiex-y += sta_tx.o
37mwifiex-y += sta_rx.o
38mwifiex-y += cfg80211.o
39mwifiex-$(CONFIG_DEBUG_FS) += debugfs.o
40obj-$(CONFIG_MWIFIEX) += mwifiex.o
41
42mwifiex_sdio-y += sdio.o
43obj-$(CONFIG_MWIFIEX_SDIO) += mwifiex_sdio.o
Amitkumar Karward930fae2011-10-11 17:41:21 -070044
45mwifiex_pcie-y += pcie.o
46obj-$(CONFIG_MWIFIEX_PCIE) += mwifiex_pcie.o
Amitkumar Karwar4daffe32012-04-18 20:08:28 -070047
48mwifiex_usb-y += usb.o
49obj-$(CONFIG_MWIFIEX_USB) += mwifiex_usb.o