Code Review
/
linux-2.6.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
ath9k: clarify what hw code is and remove ath9k.h from a few files
[linux-2.6.git]
/
drivers
/
net
/
wireless
/
ath
/
ath9k
/
Makefile
1
ATH9K_HW_FIX += eeprom.o \
2
mac.o \
3
4
ATH9K_HW += hw.o \
5
eeprom_def.o \
6
eeprom_4k.o \
7
eeprom_9287.o \
8
calib.o \
9
ani.o \
10
phy.o \
11
btcoex.o
12
13
ath9k-y += $(ATH9K_HW) \
14
$(ATH9K_HW_FIX) \
15
beacon.o \
16
main.o \
17
recv.o \
18
xmit.o \
19
virtual.o \
20
rc.o
21
22
ath9k-$(CONFIG_PCI) += pci.o
23
ath9k-$(CONFIG_ATHEROS_AR71XX) += ahb.o
24
ath9k-$(CONFIG_ATH9K_DEBUG) += debug.o
25
26
obj-$(CONFIG_ATH9K) += ath9k.o