Lines Matching +full:txrx +full:-
1 #------------------------------------------------------------------------------
2 # Copyright (c) 2004-2011 Atheros Communications Inc.
3 # Copyright (c) 2011-2012 Qualcomm Atheros, Inc.
23 #------------------------------------------------------------------------------
25 obj-$(CONFIG_ATH6KL) += ath6kl_core.o
26 ath6kl_core-y += debug.o
27 ath6kl_core-y += hif.o
28 ath6kl_core-y += htc_mbox.o
29 ath6kl_core-y += htc_pipe.o
30 ath6kl_core-y += bmi.o
31 ath6kl_core-y += cfg80211.o
32 ath6kl_core-y += init.o
33 ath6kl_core-y += main.o
34 ath6kl_core-y += txrx.o
35 ath6kl_core-y += wmi.o
36 ath6kl_core-y += core.o
37 ath6kl_core-y += recovery.o
39 ath6kl_core-$(CONFIG_NL80211_TESTMODE) += testmode.o
40 ath6kl_core-$(CONFIG_ATH6KL_TRACING) += trace.o
42 obj-$(CONFIG_ATH6KL_SDIO) += ath6kl_sdio.o
43 ath6kl_sdio-y += sdio.o
45 obj-$(CONFIG_ATH6KL_USB) += ath6kl_usb.o
46 ath6kl_usb-y += usb.o
49 CFLAGS_trace.o := -I$(src)