diff options
author | Sujith <Sujith.Manoharan@atheros.com> | 2010-01-08 00:06:00 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-01-12 13:57:59 -0500 |
commit | 0fca65c1c0569d6a143e978b6f4974c519033e63 (patch) | |
tree | 60878fa99e7af727ab4bf880992adebb830d21a5 /drivers/net/wireless/ath/ath9k/Makefile | |
parent | cc5d8a3772ee4e2ed29558ba548b4747959ba971 (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/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 @@ | |||
1 | ath9k-y += beacon.o \ | 1 | ath9k-y += beacon.o \ |
2 | gpio.o \ | ||
2 | main.o \ | 3 | main.o \ |
3 | recv.o \ | 4 | recv.o \ |
4 | xmit.o \ | 5 | xmit.o \ |