mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-18 05:46:29 +07:00
0766789b1e
Commit ec8f24b7fa
("treewide: Add SPDX license identifier -
Makefile/Kconfig") marked various Makefiles and Kconfig files within ath
directories as GPL-2.0. But these modules and drivers are actually ISC:
* ath
* ar5523
* ath10k
* ath5k
* ath6kl
* ath9k
* wcn36xx
* wil6210
Fix SPDX tags accordingly.
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
11 lines
256 B
Makefile
11 lines
256 B
Makefile
# SPDX-License-Identifier: ISC
|
|
obj-$(CONFIG_WCN36XX) := wcn36xx.o
|
|
wcn36xx-y += main.o \
|
|
dxe.o \
|
|
txrx.o \
|
|
smd.o \
|
|
pmc.o \
|
|
debug.o
|
|
|
|
wcn36xx-$(CONFIG_NL80211_TESTMODE) += testmode.o
|