18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0 28c2ecf20Sopenharmony_ciTEST_GEN_PROGS := ptrace-gpr ptrace-tm-gpr ptrace-tm-spd-gpr \ 38c2ecf20Sopenharmony_ci ptrace-tar ptrace-tm-tar ptrace-tm-spd-tar ptrace-vsx ptrace-tm-vsx \ 48c2ecf20Sopenharmony_ci ptrace-tm-spd-vsx ptrace-tm-spr ptrace-hwbreak ptrace-pkey core-pkey \ 58c2ecf20Sopenharmony_ci perf-hwbreak ptrace-syscall 68c2ecf20Sopenharmony_ci 78c2ecf20Sopenharmony_citop_srcdir = ../../../../.. 88c2ecf20Sopenharmony_ciinclude ../../lib.mk 98c2ecf20Sopenharmony_ci 108c2ecf20Sopenharmony_ciCFLAGS += -m64 -I../../../../../usr/include -I../tm -mhtm -fno-pie 118c2ecf20Sopenharmony_ci 128c2ecf20Sopenharmony_ci$(OUTPUT)/ptrace-pkey $(OUTPUT)/core-pkey: child.h 138c2ecf20Sopenharmony_ci$(OUTPUT)/ptrace-pkey $(OUTPUT)/core-pkey: LDLIBS += -pthread 148c2ecf20Sopenharmony_ci 158c2ecf20Sopenharmony_ci$(TEST_GEN_PROGS): ../harness.c ../utils.c ../lib/reg.S ptrace.h 16