aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/ipc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testing/selftests/ipc/Makefile')
-rw-r--r--tools/testing/selftests/ipc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/ipc/Makefile b/tools/testing/selftests/ipc/Makefile
index 30ef4c7f53ea..1c4448a843a4 100644
--- a/tools/testing/selftests/ipc/Makefile
+++ b/tools/testing/selftests/ipc/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/i.86/i386/)
ifeq ($(ARCH),i386)