diff options
author | Oleksij Rempel <linux@rempel-privat.de> | 2014-05-11 10:04:31 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2014-05-13 15:56:36 -0400 |
commit | f2c3c952a5966e734f600e772ed65b5d34033891 (patch) | |
tree | 7d2dc9ac8b5b6cfbfc6da1c7cbaabbdcb858c015 /drivers/net/wireless/ath/ath9k/Makefile | |
parent | fbe057d8a185d4b588bd5dc18ea43fd12ce3d689 (diff) | |
download | talos-op-linux-f2c3c952a5966e734f600e772ed65b5d34033891.tar.gz talos-op-linux-f2c3c952a5966e734f600e772ed65b5d34033891.zip |
ath9k-common: create common-debug and move modal_eeprom to cmn
Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/Makefile')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/Makefile b/drivers/net/wireless/ath/ath9k/Makefile index 8e1c7b0fe76c..8fcd586d1c39 100644 --- a/drivers/net/wireless/ath/ath9k/Makefile +++ b/drivers/net/wireless/ath/ath9k/Makefile @@ -53,7 +53,8 @@ obj-$(CONFIG_ATH9K_HW) += ath9k_hw.o obj-$(CONFIG_ATH9K_COMMON) += ath9k_common.o ath9k_common-y:= common.o \ common-init.o \ - common-beacon.o + common-beacon.o \ + common-debug.o ath9k_htc-y += htc_hst.o \ hif_usb.o \ |