xref: /linux-6.15/tools/testing/selftests/powerpc/ptrace/Makefile (revision d8a2fe29)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# SPDX-License-Identifier: GPL-2.0
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 \
4              ptrace-tm-spd-vsx ptrace-tm-spr ptrace-hwbreak ptrace-pkey core-pkey \
5              perf-hwbreak ptrace-syscall
6
7top_srcdir = ../../../../..
8include ../../lib.mk
9
10CFLAGS += -m64 -I../../../../../usr/include -I../tm -mhtm -fno-pie
11
12ptrace-pkey core-pkey: child.h
13ptrace-pkey core-pkey: LDLIBS += -pthread
14
15$(TEST_PROGS): ../harness.c ../utils.c ../lib/reg.S ptrace.h
16
17clean:
18	rm -f $(TEST_PROGS) *.o
19

served by {OpenGrok

Last Index Update: Fri May 15 20:09:11 GMT 2026