summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/Makefile
diff options
context:
space:
mode:
authorVivek Natarajan2010-08-18 16:27:49 +0200
committerJohn W. Linville2010-08-24 22:32:05 +0200
commit21cb987914cb5334af78378141efed77505ea987 (patch)
tree73d725ef440e84a5880ddf648d66dfea811dae71 /drivers/net/wireless/ath/ath9k/Makefile
parentath9k_common: Move bt_stomp to common for sharing with ath9k_htc. (diff)
downloadkernel-qcow2-linux-21cb987914cb5334af78378141efed77505ea987.tar.gz
kernel-qcow2-linux-21cb987914cb5334af78378141efed77505ea987.tar.xz
kernel-qcow2-linux-21cb987914cb5334af78378141efed77505ea987.zip
ath9k_htc: Add support for bluetooth coexistence.
Signed-off-by: Vivek Natarajan <vnatarajan@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/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/Makefile b/drivers/net/wireless/ath/ath9k/Makefile
index 973ae4f49f35..4555e9983903 100644
--- a/drivers/net/wireless/ath/ath9k/Makefile
+++ b/drivers/net/wireless/ath/ath9k/Makefile
@@ -46,6 +46,7 @@ ath9k_htc-y += htc_hst.o \
htc_drv_txrx.o \
htc_drv_main.o \
htc_drv_beacon.o \
- htc_drv_init.o
+ htc_drv_init.o \
+ htc_drv_gpio.o
obj-$(CONFIG_ATH9K_HTC) += ath9k_htc.o