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/vme | |
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/vme')
-rw-r--r-- | drivers/staging/vme/Makefile | 1 | ||||
-rw-r--r-- | drivers/staging/vme/devices/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/drivers/staging/vme/Makefile b/drivers/staging/vme/Makefile index accdb72e39e2..cf2f686ccffe 100644 --- a/drivers/staging/vme/Makefile +++ b/drivers/staging/vme/Makefile @@ -1 +1,2 @@ +# SPDX-License-Identifier: GPL-2.0 obj-y += devices/ diff --git a/drivers/staging/vme/devices/Makefile b/drivers/staging/vme/devices/Makefile index 459742a75283..5380115139b0 100644 --- a/drivers/staging/vme/devices/Makefile +++ b/drivers/staging/vme/devices/Makefile @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0 # # Makefile for the VME device drivers. # |