Files
linux-apfs/drivers/net/wireless/ath/ath5k/Makefile
T

22 lines
512 B
Makefile
Raw Normal View History

2008-08-29 22:45:39 +03:00
ath5k-y += caps.o
ath5k-y += initvals.o
2008-08-29 22:45:39 +03:00
ath5k-y += eeprom.o
ath5k-y += gpio.o
ath5k-y += desc.o
ath5k-y += dma.o
ath5k-y += qcu.o
ath5k-y += pcu.o
ath5k-y += phy.o
2008-08-29 22:45:39 +03:00
ath5k-y += reset.o
ath5k-y += attach.o
ath5k-y += base.o
ath5k-y += led.o
2009-06-09 23:43:11 -04:00
ath5k-y += rfkill.o
ath5k-y += ani.o
2010-05-19 10:31:32 +09:00
ath5k-y += sysfs.o
ath5k-y += mac80211-ops.o
ath5k-$(CONFIG_ATH5K_DEBUG) += debug.o
2010-12-02 10:27:16 +01:00
ath5k-$(CONFIG_ATH5K_AHB) += ahb.o
ath5k-$(CONFIG_ATH5K_PCI) += pci.o
obj-$(CONFIG_ATH5K) += ath5k.o