Makefile (e5b046d86fac609f636d127a38de94a175c7e83b) Makefile (a0b907ee2a71052fefdf6151764095f3f97b3275)
1ath5k-y += caps.o
2ath5k-y += initvals.o
3ath5k-y += eeprom.o
4ath5k-y += gpio.o
5ath5k-y += desc.o
6ath5k-y += dma.o
7ath5k-y += qcu.o
8ath5k-y += pcu.o
9ath5k-y += phy.o
10ath5k-y += reset.o
11ath5k-y += attach.o
12ath5k-y += base.o
13ath5k-y += led.o
14ath5k-y += rfkill.o
15ath5k-y += ani.o
16ath5k-y += sysfs.o
17ath5k-$(CONFIG_ATH5K_DEBUG) += debug.o
1ath5k-y += caps.o
2ath5k-y += initvals.o
3ath5k-y += eeprom.o
4ath5k-y += gpio.o
5ath5k-y += desc.o
6ath5k-y += dma.o
7ath5k-y += qcu.o
8ath5k-y += pcu.o
9ath5k-y += phy.o
10ath5k-y += reset.o
11ath5k-y += attach.o
12ath5k-y += base.o
13ath5k-y += led.o
14ath5k-y += rfkill.o
15ath5k-y += ani.o
16ath5k-y += sysfs.o
17ath5k-$(CONFIG_ATH5K_DEBUG) += debug.o
18ath5k-y += pci.o
18ath5k-$(CONFIG_ATH5K_AHB) += ahb.o
19ath5k-$(CONFIG_ATH5K_PCI) += pci.o
19obj-$(CONFIG_ATH5K) += ath5k.o
20obj-$(CONFIG_ATH5K) += ath5k.o