diff options
author | Sujith <Sujith.Manoharan@atheros.com> | 2010-01-08 08:06:00 +0300 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-01-12 21:57:59 +0300 |
commit | 0fca65c1c0569d6a143e978b6f4974c519033e63 (patch) | |
tree | 60878fa99e7af727ab4bf880992adebb830d21a5 /drivers/net/wireless/ath/ath9k/Makefile | |
parent | cc5d8a3772ee4e2ed29558ba548b4747959ba971 (diff) | |
download | linux-0fca65c1c0569d6a143e978b6f4974c519033e63.tar.xz |
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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/Makefile b/drivers/net/wireless/ath/ath9k/Makefile index 4985b2b1b0a9..332d6f20c6b6 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 \ |