aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/powerpc/ptrace/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testing/selftests/powerpc/ptrace/Makefile')
-rw-r--r--tools/testing/selftests/powerpc/ptrace/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/testing/selftests/powerpc/ptrace/Makefile b/tools/testing/selftests/powerpc/ptrace/Makefile
index bd8959854aec..4f5957538908 100644
--- a/tools/testing/selftests/powerpc/ptrace/Makefile
+++ b/tools/testing/selftests/powerpc/ptrace/Makefile
@@ -1,7 +1,7 @@
1# SPDX-License-Identifier: GPL-2.0 1# SPDX-License-Identifier: GPL-2.0
2TEST_PROGS := ptrace-gpr ptrace-tm-gpr ptrace-tm-spd-gpr \ 2TEST_PROGS := ptrace-gpr ptrace-tm-gpr ptrace-tm-spd-gpr \
3 ptrace-tar ptrace-tm-tar ptrace-tm-spd-tar ptrace-vsx ptrace-tm-vsx \ 3 ptrace-tar ptrace-tm-tar ptrace-tm-spd-tar ptrace-vsx ptrace-tm-vsx \
4 ptrace-tm-spd-vsx ptrace-tm-spr ptrace-hwbreak ptrace-pkey 4 ptrace-tm-spd-vsx ptrace-tm-spr ptrace-hwbreak ptrace-pkey core-pkey
5 5
6include ../../lib.mk 6include ../../lib.mk
7 7
@@ -9,8 +9,8 @@ all: $(TEST_PROGS)
9 9
10CFLAGS += -m64 -I../../../../../usr/include -I../tm -mhtm -fno-pie 10CFLAGS += -m64 -I../../../../../usr/include -I../tm -mhtm -fno-pie
11 11
12ptrace-pkey: child.h 12ptrace-pkey core-pkey: child.h
13ptrace-pkey: LDLIBS += -pthread 13ptrace-pkey core-pkey: LDLIBS += -pthread
14 14
15$(TEST_PROGS): ../harness.c ../utils.c ../lib/reg.S ptrace.h 15$(TEST_PROGS): ../harness.c ../utils.c ../lib/reg.S ptrace.h
16 16