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/fwserial | |
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/fwserial')
-rw-r--r-- | drivers/staging/fwserial/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/fwserial/Makefile b/drivers/staging/fwserial/Makefile index 2170869a19b1..1cd5c5c7e805 100644 --- a/drivers/staging/fwserial/Makefile +++ b/drivers/staging/fwserial/Makefile @@ -1,2 +1,3 @@ +# SPDX-License-Identifier: GPL-2.0 obj-$(CONFIG_FIREWIRE_SERIAL) += firewire-serial.o firewire-serial-objs := fwserial.o dma_fifo.o |