ath6kl: create ath6kl_core.ko
[cascardo/linux.git] / drivers / net / wireless / ath / ath6kl / Makefile
1 #------------------------------------------------------------------------------
2 # Copyright (c) 2004-2010 Atheros Communications Inc.
3 # All rights reserved.
4 #
5 #
6 #
7 # Permission to use, copy, modify, and/or distribute this software for any
8 # purpose with or without fee is hereby granted, provided that the above
9 # copyright notice and this permission notice appear in all copies.
10 #
11 # THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
12 # WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
13 # MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
14 # ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
15 # WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
16 # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
17 # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
18 #
19 #
20 #
21 # Author(s): ="Atheros"
22 #------------------------------------------------------------------------------
23
24 obj-$(CONFIG_ATH6KL) += ath6kl_core.o
25 ath6kl_core-y += debug.o
26 ath6kl_core-y += hif.o
27 ath6kl_core-y += htc.o
28 ath6kl_core-y += bmi.o
29 ath6kl_core-y += cfg80211.o
30 ath6kl_core-y += init.o
31 ath6kl_core-y += main.o
32 ath6kl_core-y += txrx.o
33 ath6kl_core-y += wmi.o
34 ath6kl_core-y += core.o
35 ath6kl_core-$(CONFIG_NL80211_TESTMODE) += testmode.o
36
37 obj-$(CONFIG_ATH6KL_SDIO) += ath6kl_sdio.o
38 ath6kl_sdio-y += sdio.o