~ubuntu-branches/ubuntu/precise/linux-lowlatency/precise

« back to all changes in this revision

Viewing changes to drivers/net/wireless/mwifiex/Makefile

  • Committer: Package Import Robot
  • Author(s): Alessio Igor Bogani
  • Date: 2011-10-26 11:13:05 UTC
  • Revision ID: package-import@ubuntu.com-20111026111305-tz023xykf0i6eosh
Tags: upstream-3.2.0
ImportĀ upstreamĀ versionĀ 3.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
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
 
 
18
mwifiex-y += main.o
 
19
mwifiex-y += init.o
 
20
mwifiex-y += cfp.o
 
21
mwifiex-y += cmdevt.o
 
22
mwifiex-y += util.o
 
23
mwifiex-y += txrx.o
 
24
mwifiex-y += wmm.o
 
25
mwifiex-y += 11n.o
 
26
mwifiex-y += 11n_aggr.o
 
27
mwifiex-y += 11n_rxreorder.o
 
28
mwifiex-y += scan.o
 
29
mwifiex-y += join.o
 
30
mwifiex-y += sta_ioctl.o
 
31
mwifiex-y += sta_cmd.o
 
32
mwifiex-y += sta_cmdresp.o
 
33
mwifiex-y += sta_event.o
 
34
mwifiex-y += sta_tx.o
 
35
mwifiex-y += sta_rx.o
 
36
mwifiex-y += cfg80211.o
 
37
mwifiex-$(CONFIG_DEBUG_FS) += debugfs.o
 
38
obj-$(CONFIG_MWIFIEX) += mwifiex.o
 
39
 
 
40
mwifiex_sdio-y += sdio.o
 
41
obj-$(CONFIG_MWIFIEX_SDIO) += mwifiex_sdio.o
 
42
 
 
43
mwifiex_pcie-y += pcie.o
 
44
obj-$(CONFIG_MWIFIEX_PCIE) += mwifiex_pcie.o