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/clocking-wizard/Makefile | |
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/clocking-wizard/Makefile')
-rw-r--r-- | drivers/staging/clocking-wizard/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/clocking-wizard/Makefile b/drivers/staging/clocking-wizard/Makefile index 5ad352f521fe..b1f915224d96 100644 --- a/drivers/staging/clocking-wizard/Makefile +++ b/drivers/staging/clocking-wizard/Makefile @@ -1 +1,2 @@ +# SPDX-License-Identifier: GPL-2.0 obj-$(CONFIG_COMMON_CLK_XLNX_CLKWZRD) += clk-xlnx-clock-wizard.o |