Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

selftests: sparc64: Add missing SPDX License Identifiers

Add missing SPDX License Identifiers to Makefile(s).

Signed-off-by: Shuah Khan (Samsung OSG) <shuah@kernel.org>
Reviewed-by: Tom Hromatka <tom.hromatka@oracle.com>
Signed-off-by: Shuah Khan (Samsung OSG) <shuah@kernel.org>

+2 -1
+1
tools/testing/selftests/sparc64/Makefile
··· 1 + # SPDX-License-Identifier: GPL-2.0 1 2 uname_M := $(shell uname -m 2>/dev/null || echo not) 2 3 ARCH ?= $(shell echo $(uname_M) | sed -e s/x86_64/x86/) 3 4
+1 -1
tools/testing/selftests/sparc64/drivers/Makefile
··· 1 - 1 + # SPDX-License-Identifier: GPL-2.0 2 2 INCLUDEDIR := -I. 3 3 CFLAGS := $(CFLAGS) $(INCLUDEDIR) -Wall -O2 -g 4 4