Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git...
[deliverable/linux.git] / drivers / net / wireless / marvell / mwifiex / Makefile
CommitLineData
5e6e3a92 1#
65da33f5 2# Copyright (C) 2011-2014, Marvell International Ltd.
5e6e3a92
BZ
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
a5f39056 26mwifiex-y += 11ac.o
5e6e3a92
BZ
27mwifiex-y += 11n_aggr.o
28mwifiex-y += 11n_rxreorder.o
29mwifiex-y += scan.o
30mwifiex-y += join.o
31mwifiex-y += sta_ioctl.o
32mwifiex-y += sta_cmd.o
40d07030 33mwifiex-y += uap_cmd.o
ede98bfa 34mwifiex-y += ie.o
5e6e3a92
BZ
35mwifiex-y += sta_cmdresp.o
36mwifiex-y += sta_event.o
3d99d987 37mwifiex-y += uap_event.o
5e6e3a92
BZ
38mwifiex-y += sta_tx.o
39mwifiex-y += sta_rx.o
838e4f44 40mwifiex-y += uap_txrx.o
5e6e3a92 41mwifiex-y += cfg80211.o
0d7f53e3 42mwifiex-y += ethtool.o
2a7305c8 43mwifiex-y += 11h.o
b23bce29 44mwifiex-y += tdls.o
5e6e3a92
BZ
45mwifiex-$(CONFIG_DEBUG_FS) += debugfs.o
46obj-$(CONFIG_MWIFIEX) += mwifiex.o
47
48mwifiex_sdio-y += sdio.o
49obj-$(CONFIG_MWIFIEX_SDIO) += mwifiex_sdio.o
d930faee
AK
50
51mwifiex_pcie-y += pcie.o
52obj-$(CONFIG_MWIFIEX_PCIE) += mwifiex_pcie.o
4daffe35
AK
53
54mwifiex_usb-y += usb.o
55obj-$(CONFIG_MWIFIEX_USB) += mwifiex_usb.o
bd7d0d10
AP
56
57ccflags-y += -D__CHECK_ENDIAN
This page took 0.357429 seconds and 5 git commands to generate.