projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
cfg80211: move all regulatory hints to workqueue
[linux-2.6]
/
drivers
/
net
/
wireless
/
ath9k
/
Makefile
diff --git
a/drivers/net/wireless/ath9k/Makefile
b/drivers/net/wireless/ath9k/Makefile
index
1209d14
..
0062958
100644
(file)
--- a/
drivers/net/wireless/ath9k/Makefile
+++ b/
drivers/net/wireless/ath9k/Makefile
@@
-11,6
+11,8
@@
ath9k-y += hw.o \
xmit.o \
rc.o
+ath9k-$(CONFIG_PCI) += pci.o
+ath9k-$(CONFIG_ATHEROS_AR71XX) += ahb.o
ath9k-$(CONFIG_ATH9K_DEBUG) += debug.o
obj-$(CONFIG_ATH9K) += ath9k.o