diff options
author | Ahmad Fatoum <a.fatoum@pengutronix.de> | 2022-01-03 13:05:30 +0100 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2022-01-05 08:58:43 +0100 |
commit | d402089abee3cbf63ef63a9f6c411b3f53107433 (patch) | |
tree | a967f3a4aeecf70aef47d40f20324304b104c6d5 /arch/arm/mach-vexpress | |
parent | 8c217afbee47c08b3d5ae6d9808adace15f64774 (diff) | |
download | barebox-d402089abee3cbf63ef63a9f6c411b3f53107433.tar.gz barebox-d402089abee3cbf63ef63a9f6c411b3f53107433.tar.xz |
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 <a.fatoum@pengutronix.de>
Link: https://lore.barebox.org/20220103120539.1730644-3-a.fatoum@pengutronix.de
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-vexpress')
-rw-r--r-- | arch/arm/mach-vexpress/Kconfig | 2 | ||||
-rw-r--r-- | arch/arm/mach-vexpress/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-vexpress/Kconfig b/arch/arm/mach-vexpress/Kconfig index b72684caa7..1b89d0edf9 100644 --- a/arch/arm/mach-vexpress/Kconfig +++ b/arch/arm/mach-vexpress/Kconfig @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: GPL-2.0-only + if ARCH_VEXPRESS config ARCH_TEXT_BASE diff --git a/arch/arm/mach-vexpress/Makefile b/arch/arm/mach-vexpress/Makefile index 9a06e648a6..b52ba00f3c 100644 --- a/arch/arm/mach-vexpress/Makefile +++ b/arch/arm/mach-vexpress/Makefile @@ -1,2 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0-only + obj-y += v2m.o obj-y += reset.o |