]> git.proxmox.com Git - mirror_ubuntu-kernels.git/blame - drivers/net/wireless/ath/ath5k/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-kernels.git] / drivers / net / wireless / ath / ath5k / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
c6e387a2 2ath5k-y += caps.o
e9ddc0f2 3ath5k-y += initvals.o
c6e387a2
NK
4ath5k-y += eeprom.o
5ath5k-y += gpio.o
6ath5k-y += desc.o
7ath5k-y += dma.o
8ath5k-y += qcu.o
9ath5k-y += pcu.o
e9ddc0f2 10ath5k-y += phy.o
c6e387a2
NK
11ath5k-y += reset.o
12ath5k-y += attach.o
13ath5k-y += base.o
cc5569f6 14CFLAGS_base.o += -I$(src)
0ed4548f 15ath5k-y += led.o
a6ae0716 16ath5k-y += rfkill.o
2111ac0d 17ath5k-y += ani.o
40ca22ea 18ath5k-y += sysfs.o
cd2c5486 19ath5k-y += mac80211-ops.o
b446197c 20ath5k-$(CONFIG_ATH5K_DEBUG) += debug.o
0e5d3ab5 21ath5k-$(CONFIG_ATH5K_AHB) += ahb.o
a0b907ee 22ath5k-$(CONFIG_ATH5K_PCI) += pci.o
e9ddc0f2 23obj-$(CONFIG_ATH5K) += ath5k.o