Makefile (f9cd49033b349b8be3bb1f01b39eed837853d880) | Makefile (84caf8005b09e0a4a57fce44119489d1b0bbbe94) |
---|---|
1#------------------------------------------------------------------------------ 2# Copyright (c) 2004-2011 Atheros Communications Inc. 3# Copyright (c) 2011-2012 Qualcomm Atheros, Inc. 4# All rights reserved. 5# 6# 7# 8# Permission to use, copy, modify, and/or distribute this software for any --- 20 unchanged lines hidden (view full) --- 29ath6kl_core-y += htc_pipe.o 30ath6kl_core-y += bmi.o 31ath6kl_core-y += cfg80211.o 32ath6kl_core-y += init.o 33ath6kl_core-y += main.o 34ath6kl_core-y += txrx.o 35ath6kl_core-y += wmi.o 36ath6kl_core-y += core.o | 1#------------------------------------------------------------------------------ 2# Copyright (c) 2004-2011 Atheros Communications Inc. 3# Copyright (c) 2011-2012 Qualcomm Atheros, Inc. 4# All rights reserved. 5# 6# 7# 8# Permission to use, copy, modify, and/or distribute this software for any --- 20 unchanged lines hidden (view full) --- 29ath6kl_core-y += htc_pipe.o 30ath6kl_core-y += bmi.o 31ath6kl_core-y += cfg80211.o 32ath6kl_core-y += init.o 33ath6kl_core-y += main.o 34ath6kl_core-y += txrx.o 35ath6kl_core-y += wmi.o 36ath6kl_core-y += core.o |
37ath6kl_core-y += recovery.o |
|
37ath6kl_core-$(CONFIG_NL80211_TESTMODE) += testmode.o 38 39obj-$(CONFIG_ATH6KL_SDIO) += ath6kl_sdio.o 40ath6kl_sdio-y += sdio.o 41 42obj-$(CONFIG_ATH6KL_USB) += ath6kl_usb.o 43ath6kl_usb-y += usb.o | 38ath6kl_core-$(CONFIG_NL80211_TESTMODE) += testmode.o 39 40obj-$(CONFIG_ATH6KL_SDIO) += ath6kl_sdio.o 41ath6kl_sdio-y += sdio.o 42 43obj-$(CONFIG_ATH6KL_USB) += ath6kl_usb.o 44ath6kl_usb-y += usb.o |