From d402089abee3cbf63ef63a9f6c411b3f53107433 Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Mon, 3 Jan 2022 13:05:30 +0100 Subject: treewide: add SPDX-License-Identifier for Kbuild/Kconfig To verify only Kconfig/Makefile is touched: git show --numstat --format=oneline HEAD | grep -v 'Kconfig\|Makefile' will print only arch/powerpc/Kbuild. To verify nothing unexpected is added: git show -U0 | grep '^-[^-]\|^+[^+]' | sort -u Signed-off-by: Ahmad Fatoum Link: https://lore.barebox.org/20220103120539.1730644-3-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer --- arch/kvx/Kconfig | 2 ++ arch/kvx/Makefile | 2 ++ arch/kvx/dts/Makefile | 2 ++ 3 files changed, 6 insertions(+) (limited to 'arch/kvx') diff --git a/arch/kvx/Kconfig b/arch/kvx/Kconfig index 0934440880..960b712ac9 100644 --- a/arch/kvx/Kconfig +++ b/arch/kvx/Kconfig @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: GPL-2.0-only + config KVX bool select 64BIT diff --git a/arch/kvx/Makefile b/arch/kvx/Makefile index f29eeef921..9431c9fe18 100644 --- a/arch/kvx/Makefile +++ b/arch/kvx/Makefile @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: GPL-2.0-only + KBUILD_DEFCONFIG := generic_defconfig KBUILD_CPPFLAGS += -fno-strict-aliasing diff --git a/arch/kvx/dts/Makefile b/arch/kvx/dts/Makefile index d4221d2c1b..3f03192750 100644 --- a/arch/kvx/dts/Makefile +++ b/arch/kvx/dts/Makefile @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: GPL-2.0-only +# # just to build a built-in.o. Otherwise compilation fails when no devicetree is # created. obj- += dummy.o -- cgit v1.2.3