summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k/Makefile
diff options
context:
space:
mode:
authorSujith <Sujith.Manoharan@atheros.com>2010-01-08 10:36:00 +0530
committerJohn W. Linville <linville@tuxdriver.com>2010-01-12 13:57:59 -0500
commit0fca65c1c0569d6a143e978b6f4974c519033e63 (patch)
tree60878fa99e7af727ab4bf880992adebb830d21a5 /drivers/net/wireless/ath/ath9k/Makefile
parentcc5d8a3772ee4e2ed29558ba548b4747959ba971 (diff)
ath9k: Add a new file for GPIO
Move all LED/RFKILL/BTCOEX related code to gpio.c Signed-off-by: Sujith <Sujith.Manoharan@atheros.com> 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/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/Makefile b/drivers/net/wireless/ath/ath9k/Makefile
index 4985b2b1b0a..332d6f20c6b 100644
--- a/drivers/net/wireless/ath/ath9k/Makefile
+++ b/drivers/net/wireless/ath/ath9k/Makefile
@@ -1,4 +1,5 @@
ath9k-y += beacon.o \
+ gpio.o \
main.o \
recv.o \
xmit.o \