Back to home page

OSCL-LXR

 
 

    


0001 #------------------------------------------------------------------------------
0002 # Copyright (c) 2004-2011 Atheros Communications Inc.
0003 # Copyright (c) 2011-2012 Qualcomm Atheros, Inc.
0004 # All rights reserved.
0005 #
0006 #
0007 #
0008 # Permission to use, copy, modify, and/or distribute this software for any
0009 # purpose with or without fee is hereby granted, provided that the above
0010 # copyright notice and this permission notice appear in all copies.
0011 #
0012 # THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
0013 # WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
0014 # MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
0015 # ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
0016 # WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
0017 # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
0018 # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
0019 #
0020 #
0021 #
0022 # Author(s): ="Atheros"
0023 #------------------------------------------------------------------------------
0024 
0025 obj-$(CONFIG_ATH6KL) += ath6kl_core.o
0026 ath6kl_core-y += debug.o
0027 ath6kl_core-y += hif.o
0028 ath6kl_core-y += htc_mbox.o
0029 ath6kl_core-y += htc_pipe.o
0030 ath6kl_core-y += bmi.o
0031 ath6kl_core-y += cfg80211.o
0032 ath6kl_core-y += init.o
0033 ath6kl_core-y += main.o
0034 ath6kl_core-y += txrx.o
0035 ath6kl_core-y += wmi.o
0036 ath6kl_core-y += core.o
0037 ath6kl_core-y += recovery.o
0038 
0039 # FIXME: temporarily silence -Wdangling-pointer on non W=1+ builds
0040 ifndef KBUILD_EXTRA_WARN
0041 CFLAGS_htc_mbox.o += $(call cc-disable-warning, dangling-pointer)
0042 endif
0043 
0044 ath6kl_core-$(CONFIG_NL80211_TESTMODE) += testmode.o
0045 ath6kl_core-$(CONFIG_ATH6KL_TRACING) += trace.o
0046 
0047 obj-$(CONFIG_ATH6KL_SDIO) += ath6kl_sdio.o
0048 ath6kl_sdio-y += sdio.o
0049 
0050 obj-$(CONFIG_ATH6KL_USB) += ath6kl_usb.o
0051 ath6kl_usb-y += usb.o
0052 
0053 # for tracing framework to find trace.h
0054 CFLAGS_trace.o := -I$(src)