summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/arm64/Makefile
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2020-08-19 12:48:37 +0100
committerWill Deacon <will@kernel.org>2020-09-18 14:19:20 +0100
commite093256d14fbf9e8aaf02ed0ac69087eef6792bd (patch)
tree67998f94f7768b8e0d44b2bc5611199b2150a1d0 /tools/testing/selftests/arm64/Makefile
parent25f47e3eb66e6ee31b3ed3f8c0b7bdce098106fe (diff)
downloadlinux-e093256d14fbf9e8aaf02ed0ac69087eef6792bd.tar.bz2
selftests: arm64: Add build and documentation for FP tests
Integrate the FP tests with the build system and add some documentation for the ones run outside the kselftest infrastructure. The content in the README was largely written by Dave Martin with edits by me. Signed-off-by: Mark Brown <broonie@kernel.org> Acked-by: Dave Martin <Dave.Martin@arm.com> Acked-by: Shuah Khan <skhan@linuxfoundation.org> Link: https://lore.kernel.org/r/20200819114837.51466-7-broonie@kernel.org Signed-off-by: Will Deacon <will@kernel.org>
Diffstat (limited to 'tools/testing/selftests/arm64/Makefile')
-rw-r--r--tools/testing/selftests/arm64/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/arm64/Makefile b/tools/testing/selftests/arm64/Makefile
index 525506fd97b9..463d56278f8f 100644
--- a/tools/testing/selftests/arm64/Makefile
+++ b/tools/testing/selftests/arm64/Makefile
@@ -4,7 +4,7 @@
ARCH ?= $(shell uname -m 2>/dev/null || echo not)
ifneq (,$(filter $(ARCH),aarch64 arm64))
-ARM64_SUBTARGETS ?= tags signal pauth
+ARM64_SUBTARGETS ?= tags signal pauth fp
else
ARM64_SUBTARGETS :=
endif