Makefile (a02001086bbfb4da35d1228bebc2f1b442db455f) | Makefile (0e5d3ab532dd6bd43406d91b1dacb391973f831f) |
---|---|
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 13CFLAGS_base.o += -I$(src) 14ath5k-y += led.o 15ath5k-y += rfkill.o 16ath5k-y += ani.o 17ath5k-y += sysfs.o 18ath5k-y += mac80211-ops.o 19ath5k-$(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 13CFLAGS_base.o += -I$(src) 14ath5k-y += led.o 15ath5k-y += rfkill.o 16ath5k-y += ani.o 17ath5k-y += sysfs.o 18ath5k-y += mac80211-ops.o 19ath5k-$(CONFIG_ATH5K_DEBUG) += debug.o |
20ath5k-$(CONFIG_ATH5K_AHB) += ahb.o |
|
20ath5k-$(CONFIG_ATH5K_PCI) += pci.o 21obj-$(CONFIG_ATH5K) += ath5k.o | 21ath5k-$(CONFIG_ATH5K_PCI) += pci.o 22obj-$(CONFIG_ATH5K) += ath5k.o |