Makefile (688d794c4c3f8b08c814381ee2edd3ede5856056) | Makefile (416cf0b49e67254676b4762d1bab88df5130f909) |
---|---|
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 --- 21 unchanged lines hidden (view full) --- 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 | 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 --- 21 unchanged lines hidden (view full) --- 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 |
38 |
|
38ath6kl_core-$(CONFIG_NL80211_TESTMODE) += testmode.o | 39ath6kl_core-$(CONFIG_NL80211_TESTMODE) += testmode.o |
40ath6kl_core-$(CONFIG_ATH6KL_TRACING) += trace.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 | 41 42obj-$(CONFIG_ATH6KL_SDIO) += ath6kl_sdio.o 43ath6kl_sdio-y += sdio.o 44 45obj-$(CONFIG_ATH6KL_USB) += ath6kl_usb.o 46ath6kl_usb-y += usb.o |
47 48# for tracing framework to find trace.h 49CFLAGS_trace.o := -I$(src) |
|