1# SPDX-License-Identifier: ISC 2ath5k-y += caps.o 3ath5k-y += initvals.o 4ath5k-y += eeprom.o 5ath5k-y += gpio.o 6ath5k-y += desc.o 7ath5k-y += dma.o 8ath5k-y += qcu.o 9ath5k-y += pcu.o 10ath5k-y += phy.o 11ath5k-y += reset.o 12ath5k-y += attach.o 13ath5k-y += base.o 14CFLAGS_base.o += -I$(src) 15ath5k-y += led.o 16ath5k-y += rfkill.o 17ath5k-y += ani.o 18ath5k-y += sysfs.o 19ath5k-y += mac80211-ops.o 20ath5k-$(CONFIG_ATH5K_DEBUG) += debug.o 21ath5k-$(CONFIG_ATH5K_AHB) += ahb.o 22ath5k-$(CONFIG_ATH5K_PCI) += pci.o 23obj-$(CONFIG_ATH5K) += ath5k.o 24