Merge remote-tracking branch 'spi/topic/core' into spi-next
[sfrench/cifs-2.6.git] / drivers / net / wireless / ath / ath5k / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 ath5k-y                         += caps.o
3 ath5k-y                         += initvals.o
4 ath5k-y                         += eeprom.o
5 ath5k-y                         += gpio.o
6 ath5k-y                         += desc.o
7 ath5k-y                         += dma.o
8 ath5k-y                         += qcu.o
9 ath5k-y                         += pcu.o
10 ath5k-y                         += phy.o
11 ath5k-y                         += reset.o
12 ath5k-y                         += attach.o
13 ath5k-y                         += base.o
14 CFLAGS_base.o                   += -I$(src)
15 ath5k-y                         += led.o
16 ath5k-y                         += rfkill.o
17 ath5k-y                         += ani.o
18 ath5k-y                         += sysfs.o
19 ath5k-y                         += mac80211-ops.o
20 ath5k-$(CONFIG_ATH5K_DEBUG)     += debug.o
21 ath5k-$(CONFIG_ATH5K_AHB)       += ahb.o
22 ath5k-$(CONFIG_ATH5K_PCI)       += pci.o
23 obj-$(CONFIG_ATH5K)             += ath5k.o