mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-24 15:10:17 +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>
3 lines
66 B
Makefile
3 lines
66 B
Makefile
# SPDX-License-Identifier: ISC
|
|
obj-$(CONFIG_AR5523) := ar5523.o
|