Skip to content
Snippets Groups Projects
Commit ec8f24b7 authored by Thomas Gleixner's avatar Thomas Gleixner Committed by Greg Kroah-Hartman
Browse files

treewide: Add SPDX license identifier - Makefile/Kconfig


Add SPDX license identifiers to all Make/Kconfig files which:

 - Have no license information of any form

These files fall under the project license, GPL v2 only. The resulting SPDX
license identifier is:

  GPL-2.0-only

Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 09c434b8
No related branches found
No related tags found
No related merge requests found
Showing
with 20 additions and 0 deletions
# SPDX-License-Identifier: GPL-2.0-only
zreladdr-y += 0x80008000 zreladdr-y += 0x80008000
# SPDX-License-Identifier: GPL-2.0-only
menuconfig ARCH_NOMADIK menuconfig ARCH_NOMADIK
bool "ST-Ericsson Nomadik" bool "ST-Ericsson Nomadik"
depends on ARCH_MULTI_V5 depends on ARCH_MULTI_V5
......
# SPDX-License-Identifier: GPL-2.0-only
# #
# Makefile for the linux kernel. # Makefile for the linux kernel.
# #
......
# SPDX-License-Identifier: GPL-2.0-only
menuconfig ARCH_NPCM menuconfig ARCH_NPCM
bool "Nuvoton NPCM Architecture" bool "Nuvoton NPCM Architecture"
depends on ARCH_MULTI_V7 depends on ARCH_MULTI_V7
......
# SPDX-License-Identifier: GPL-2.0-only
AFLAGS_headsmp.o += -march=armv7-a AFLAGS_headsmp.o += -march=armv7-a
obj-$(CONFIG_ARCH_NPCM7XX) += npcm7xx.o obj-$(CONFIG_ARCH_NPCM7XX) += npcm7xx.o
......
# SPDX-License-Identifier: GPL-2.0-only
config ARCH_NSPIRE config ARCH_NSPIRE
bool "TI-NSPIRE based" bool "TI-NSPIRE based"
depends on ARCH_MULTI_V4_V5 depends on ARCH_MULTI_V4_V5
......
# SPDX-License-Identifier: GPL-2.0-only
obj-y += nspire.o obj-y += nspire.o
obj-y += clcd.o obj-y += clcd.o
# SPDX-License-Identifier: GPL-2.0-only
if ARCH_OMAP1 if ARCH_OMAP1
menu "TI OMAP1 specific features" menu "TI OMAP1 specific features"
......
# SPDX-License-Identifier: GPL-2.0-only
zreladdr-y += 0x10008000 zreladdr-y += 0x10008000
params_phys-y := 0x10000100 params_phys-y := 0x10000100
initrd_phys-y := 0x10800000 initrd_phys-y := 0x10800000
# SPDX-License-Identifier: GPL-2.0-only
menu "TI OMAP/AM/DM/DRA Family" menu "TI OMAP/AM/DM/DRA Family"
depends on ARCH_MULTI_V6 || ARCH_MULTI_V7 depends on ARCH_MULTI_V6 || ARCH_MULTI_V7
......
# SPDX-License-Identifier: GPL-2.0-only
menuconfig ARCH_ORION5X menuconfig ARCH_ORION5X
bool "Marvell Orion" bool "Marvell Orion"
depends on MMU && ARCH_MULTI_V5 depends on MMU && ARCH_MULTI_V5
......
# SPDX-License-Identifier: GPL-2.0-only
menuconfig ARCH_OXNAS menuconfig ARCH_OXNAS
bool "Oxford Semiconductor OXNAS Family SoCs" bool "Oxford Semiconductor OXNAS Family SoCs"
select ARCH_HAS_RESET_CONTROLLER select ARCH_HAS_RESET_CONTROLLER
......
# SPDX-License-Identifier: GPL-2.0-only
obj-$(CONFIG_SMP) += platsmp.o headsmp.o obj-$(CONFIG_SMP) += platsmp.o headsmp.o
# SPDX-License-Identifier: GPL-2.0-only
config ARCH_PICOXCELL config ARCH_PICOXCELL
bool "Picochip PicoXcell" bool "Picochip PicoXcell"
depends on ARCH_MULTI_V6 depends on ARCH_MULTI_V6
......
# SPDX-License-Identifier: GPL-2.0-only
obj-y := common.o obj-y := common.o
# SPDX-License-Identifier: GPL-2.0-only
menuconfig ARCH_SIRF menuconfig ARCH_SIRF
bool "CSR SiRF" bool "CSR SiRF"
depends on ARCH_MULTI_V7 depends on ARCH_MULTI_V7
......
# SPDX-License-Identifier: GPL-2.0-only
if ARCH_PXA if ARCH_PXA
menu "Intel PXA2xx/PXA3xx Implementations" menu "Intel PXA2xx/PXA3xx Implementations"
......
# SPDX-License-Identifier: GPL-2.0-only
zreladdr-y += 0xa0008000 zreladdr-y += 0xa0008000
# SPDX-License-Identifier: GPL-2.0-only
menuconfig ARCH_QCOM menuconfig ARCH_QCOM
bool "Qualcomm Support" bool "Qualcomm Support"
depends on ARCH_MULTI_V7 depends on ARCH_MULTI_V7
......
# SPDX-License-Identifier: GPL-2.0-only
obj-$(CONFIG_SMP) += platsmp.o obj-$(CONFIG_SMP) += platsmp.o
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment