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