summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/riscv/Makefile
diff options
context:
space:
mode:
authorAndy Chiu <andy.chiu@sifive.com>2023-06-05 11:07:23 +0000
committerPalmer Dabbelt <palmer@rivosinc.com>2023-06-08 07:16:58 -0700
commit7cf6198ce22d92590f9aaa13431001fa97bc0b2b (patch)
tree3ad1d2b7ac3ea7f01f0b6ea35e88e255b0a3bceb /tools/testing/selftests/riscv/Makefile
parent04a4722eeede8f83ce3fefc67b891bd8e132784a (diff)
downloadlinux-7cf6198ce22d92590f9aaa13431001fa97bc0b2b.tar.gz
linux-7cf6198ce22d92590f9aaa13431001fa97bc0b2b.tar.bz2
linux-7cf6198ce22d92590f9aaa13431001fa97bc0b2b.zip
selftests: Test RISC-V Vector prctl interface
This add a test for prctl interface that controls the use of userspace Vector. Signed-off-by: Andy Chiu <andy.chiu@sifive.com> Link: https://lore.kernel.org/r/20230605110724.21391-27-andy.chiu@sifive.com Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
Diffstat (limited to 'tools/testing/selftests/riscv/Makefile')
-rw-r--r--tools/testing/selftests/riscv/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/riscv/Makefile b/tools/testing/selftests/riscv/Makefile
index 32a72902d045..9dd629cc86aa 100644
--- a/tools/testing/selftests/riscv/Makefile
+++ b/tools/testing/selftests/riscv/Makefile
@@ -5,7 +5,7 @@
ARCH ?= $(shell uname -m 2>/dev/null || echo not)
ifneq (,$(filter $(ARCH),riscv))
-RISCV_SUBTARGETS ?= hwprobe
+RISCV_SUBTARGETS ?= hwprobe vector
else
RISCV_SUBTARGETS :=
endif