projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'linux-next' of git://git.infradead.org/ubi-2.6
[linux-2.6]
/
drivers
/
net
/
wireless
/
ath9k
/
Makefile
1
ath9k-y += hw.o \
2
eeprom.o \
3
mac.o \
4
calib.o \
5
ani.o \
6
phy.o \
7
regd.o \
8
beacon.o \
9
main.o \
10
recv.o \
11
xmit.o \
12
virtual.o \
13
rc.o
14
15
ath9k-$(CONFIG_PCI) += pci.o
16
ath9k-$(CONFIG_ATHEROS_AR71XX) += ahb.o
17
ath9k-$(CONFIG_ATH9K_DEBUG) += debug.o
18
19
obj-$(CONFIG_ATH9K) += ath9k.o