summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath5k/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2010-12-02 09:27:01 (GMT)
committerJohn W. Linville <linville@tuxdriver.com>2010-12-02 20:17:50 (GMT)
commite5b046d86fac609f636d127a38de94a175c7e83b (patch)
treee76c838f1e8f65ee97483677ecb9ddb99f6bdf4e /drivers/net/wireless/ath/ath5k/Makefile
parent132b1c3ee38ea6fa0501004fd0f19acb554e5a44 (diff)
downloadlinux-fsl-qoriq-e5b046d86fac609f636d127a38de94a175c7e83b.tar.xz
ath5k: Move PCI bus functions to separate file.
Signed-off-by: Felix Fietkau <nbd@openwrt.org> Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath5k/Makefile')
-rw-r--r--drivers/net/wireless/ath/ath5k/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath5k/Makefile b/drivers/net/wireless/ath/ath5k/Makefile
index 2242a14..dae881c 100644
--- a/drivers/net/wireless/ath/ath5k/Makefile
+++ b/drivers/net/wireless/ath/ath5k/Makefile
@@ -15,4 +15,5 @@ ath5k-y += rfkill.o
ath5k-y += ani.o
ath5k-y += sysfs.o
ath5k-$(CONFIG_ATH5K_DEBUG) += debug.o
+ath5k-y += pci.o
obj-$(CONFIG_ATH5K) += ath5k.o