Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/git...
[cascardo/linux.git] / tools / testing / selftests / powerpc / tm / Makefile
1 TEST_PROGS := tm-resched-dscr tm-syscall tm-signal-msr-resv tm-signal-stack \
2         tm-vmxcopy tm-fork tm-tar tm-tmspr tm-exec tm-execed
3
4 all: $(TEST_PROGS)
5
6 $(TEST_PROGS): ../harness.c ../utils.c
7
8 CFLAGS += -mhtm
9
10 tm-syscall: tm-syscall-asm.S
11 tm-syscall: CFLAGS += -I../../../../../usr/include
12 tm-tmspr: CFLAGS += -pthread
13
14 include ../../lib.mk
15
16 clean:
17         rm -f $(TEST_PROGS) *.o