diff options
author | Kalle Valo <kvalo@codeaurora.org> | 2019-02-19 20:45:26 +0300 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2019-02-20 11:33:00 +0300 |
commit | f0553ca9ceb5ff403623e31b7501d33ec84ce1fa (patch) | |
tree | e4074db4b5f52f22d98221a20cf4265fceb181ec /drivers/net/wireless/ath/ath10k/Makefile | |
parent | 28bbe23740418384e5731e984b79babd763f7181 (diff) | |
download | linux-f0553ca9ceb5ff403623e31b7501d33ec84ce1fa.tar.xz |
ath10k: switch to use SPDX license identifiers
Use SPDX identifiers everywhere in ath10k.
Makefile was incorrectly marked in commit b24413180f56 ("License cleanup: add
SPDX GPL-2.0 license identifier to files with no license"), fix that as well.
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/net/wireless/ath/ath10k/Makefile')
-rw-r--r-- | drivers/net/wireless/ath/ath10k/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath10k/Makefile b/drivers/net/wireless/ath/ath10k/Makefile index 66326b949ab1..142c777b287f 100644 --- a/drivers/net/wireless/ath/ath10k/Makefile +++ b/drivers/net/wireless/ath/ath10k/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: GPL-2.0 +# SPDX-License-Identifier: ISC obj-$(CONFIG_ATH10K) += ath10k_core.o ath10k_core-y += mac.o \ debug.o \ |