]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - tools/testing/selftests/powerpc/ptrace/Makefile
selftests/powerpc: Add ptrace tests for TAR, PPR, DSCR in TM
[mirror_ubuntu-bionic-kernel.git] / tools / testing / selftests / powerpc / ptrace / Makefile
1 TEST_PROGS := ptrace-gpr ptrace-tm-gpr ptrace-tm-spd-gpr \
2 ptrace-tar ptrace-tm-tar
3
4 include ../../lib.mk
5
6 all: $(TEST_PROGS)
7
8 CFLAGS += -m64 -I../../../../../usr/include -I../tm -mhtm
9
10 $(TEST_PROGS): ../harness.c ../utils.c ../lib/reg.S ptrace.h
11
12 clean:
13 rm -f $(TEST_PROGS) *.o