diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-04-02 12:31:49 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-04-03 11:10:15 +0200 |
commit | 97ed8eab2a0067bee21aa634c938454660e76a38 (patch) | |
tree | cb2e668d19df51bdaa0b06db14b5a1fe788935c3 /drivers/staging/mt7621-dts | |
parent | 99b75a4e3275e85814db0fa2f49274bd3d5359d3 (diff) |
staging: add missing SPDX lines to Makefile files
There are a few remaining drivers/staging/*/Makefile files that do not
have SPDX identifiers in them. Add the correct GPL-2.0 identifier to
them to make scanning tools happy.
Reviewed-by: Mukesh Ojha <mojha@codeaurora.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/mt7621-dts')
-rw-r--r-- | drivers/staging/mt7621-dts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/mt7621-dts/Makefile b/drivers/staging/mt7621-dts/Makefile index 195eba4a5c65..aeec48a4edc7 100644 --- a/drivers/staging/mt7621-dts/Makefile +++ b/drivers/staging/mt7621-dts/Makefile @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0 dtb-$(CONFIG_DTB_GNUBEE1) += gbpc1.dtb obj-y += $(patsubst %.dtb, %.dtb.o, $(dtb-y)) |