diff options
author | Kalle Valo <kvalo@qca.qualcomm.com> | 2011-10-05 12:23:33 +0300 |
---|---|---|
committer | Kalle Valo <kvalo@qca.qualcomm.com> | 2011-11-11 12:50:55 +0200 |
commit | 8e8ddb2b8d19a952e1dff7a2a8a9d606e52fc3e3 (patch) | |
tree | bf5387a9f4707642838d83a071835695e62ee6d7 /drivers/net/wireless/ath/ath6kl/Makefile | |
parent | b4be8959c2cca0a0d3136f9d3bf06a52252911f4 (diff) | |
download | blackbird-op-linux-8e8ddb2b8d19a952e1dff7a2a8a9d606e52fc3e3.tar.gz blackbird-op-linux-8e8ddb2b8d19a952e1dff7a2a8a9d606e52fc3e3.zip |
ath6kl: move htc_hif to hif.c
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath6kl/Makefile')
-rw-r--r-- | drivers/net/wireless/ath/ath6kl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath6kl/Makefile b/drivers/net/wireless/ath/ath6kl/Makefile index 8f7a0d1c290c..707069303550 100644 --- a/drivers/net/wireless/ath/ath6kl/Makefile +++ b/drivers/net/wireless/ath/ath6kl/Makefile @@ -23,7 +23,7 @@ obj-$(CONFIG_ATH6KL) := ath6kl.o ath6kl-y += debug.o -ath6kl-y += htc_hif.o +ath6kl-y += hif.o ath6kl-y += htc.o ath6kl-y += bmi.o ath6kl-y += cfg80211.o |