Message ID | 20180614010559.5144-1-shuah@kernel.org (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
On 06/13/2018 07:05 PM, Shuah Khan (Samsung OSG) wrote: > 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> > --- > tools/testing/selftests/sparc64/Makefile | 1 + > tools/testing/selftests/sparc64/drivers/Makefile | 2 +- > 2 files changed, 2 insertions(+), 1 deletion(-) > > diff --git a/tools/testing/selftests/sparc64/Makefile b/tools/testing/selftests/sparc64/Makefile > index 76b2206932c3..a19531dba4dc 100644 > --- a/tools/testing/selftests/sparc64/Makefile > +++ b/tools/testing/selftests/sparc64/Makefile > @@ -1,3 +1,4 @@ > +# SPDX-License-Identifier: GPL-2.0 > uname_M := $(shell uname -m 2>/dev/null || echo not) > ARCH ?= $(shell echo $(uname_M) | sed -e s/x86_64/x86/) > > diff --git a/tools/testing/selftests/sparc64/drivers/Makefile b/tools/testing/selftests/sparc64/drivers/Makefile > index 6264f40bbdbc..deb0df415565 100644 > --- a/tools/testing/selftests/sparc64/drivers/Makefile > +++ b/tools/testing/selftests/sparc64/drivers/Makefile > @@ -1,4 +1,4 @@ > - > +# SPDX-License-Identifier: GPL-2.0 > INCLUDEDIR := -I. > CFLAGS := $(CFLAGS) $(INCLUDEDIR) -Wall -O2 -g > -- To unsubscribe from this list: send the line "unsubscribe linux-kselftest" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/tools/testing/selftests/sparc64/Makefile b/tools/testing/selftests/sparc64/Makefile index 76b2206932c3..a19531dba4dc 100644 --- a/tools/testing/selftests/sparc64/Makefile +++ b/tools/testing/selftests/sparc64/Makefile @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0 uname_M := $(shell uname -m 2>/dev/null || echo not) ARCH ?= $(shell echo $(uname_M) | sed -e s/x86_64/x86/) diff --git a/tools/testing/selftests/sparc64/drivers/Makefile b/tools/testing/selftests/sparc64/drivers/Makefile index 6264f40bbdbc..deb0df415565 100644 --- a/tools/testing/selftests/sparc64/drivers/Makefile +++ b/tools/testing/selftests/sparc64/drivers/Makefile @@ -1,4 +1,4 @@ - +# SPDX-License-Identifier: GPL-2.0 INCLUDEDIR := -I. CFLAGS := $(CFLAGS) $(INCLUDEDIR) -Wall -O2 -g
Add missing SPDX License Identifiers to Makefile(s). Signed-off-by: Shuah Khan (Samsung OSG) <shuah@kernel.org> --- tools/testing/selftests/sparc64/Makefile | 1 + tools/testing/selftests/sparc64/drivers/Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-)