diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-12-02 12:27:01 +0300 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-12-02 23:17:50 +0300 |
commit | e5b046d86fac609f636d127a38de94a175c7e83b (patch) | |
tree | e76c838f1e8f65ee97483677ecb9ddb99f6bdf4e /drivers/net/wireless/ath/ath5k/Makefile | |
parent | 132b1c3ee38ea6fa0501004fd0f19acb554e5a44 (diff) | |
download | linux-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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath5k/Makefile b/drivers/net/wireless/ath/ath5k/Makefile index 2242a140e4fe..dae881cd7dd1 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 |