Skip to content

Commit

Permalink
selftests: sparc64: Add missing SPDX License Identifiers
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Shuah Khan (Samsung OSG) committed Jun 18, 2018
1 parent 953c9d2 commit eb83d5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tools/testing/selftests/sparc64/Makefile
Original file line number Diff line number Diff line change
@@ -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/)

Expand Down
2 changes: 1 addition & 1 deletion tools/testing/selftests/sparc64/drivers/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

# SPDX-License-Identifier: GPL-2.0
INCLUDEDIR := -I.
CFLAGS := $(CFLAGS) $(INCLUDEDIR) -Wall -O2 -g

Expand Down

0 comments on commit eb83d5f

Please sign in to comment.