repo.or.cz
/
linux-2.6
/
linux-acpi-2.6
/
ibm-acpi-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ath9k: move hw code to its own module
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git]
/
drivers
/
net
/
wireless
/
ath
/
ath9k
/
Makefile
blob
8caf2a8f8953d60a60d5ea4b96cea52ffa931b7a
1
ath9k-y
+=
beacon.o \
2
main.o \
3
recv.o \
4
xmit.o \
5
virtual.o \
6
rc.o
7
8
ath9k-
$(
CONFIG_PCI
) +=
pci.o
9
ath9k-
$(
CONFIG_ATHEROS_AR71XX
) +=
ahb.o
10
ath9k-
$(
CONFIG_ATH9K_DEBUG
) +=
debug.o
11
12
obj-
$(
CONFIG_ATH9K
) +=
ath9k.o
13
14
ath9k_hw-y
:=
hw.o \
15
eeprom.o \
16
eeprom_def.o \
17
eeprom_4k.o \
18
eeprom_9287.o \
19
calib.o \
20
ani.o \
21
phy.o \
22
btcoex.o \
23
mac.o \
24
25
obj-
$(
CONFIG_ATH9K_HW
) +=
ath9k_hw.o