Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mason...
[linux-2.6-block.git] / tools / testing / selftests / powerpc / tm / Makefile
1 TEST_PROGS := tm-resched-dscr tm-syscall
2
3 all: $(TEST_PROGS)
4
5 $(TEST_PROGS): ../harness.c
6
7 tm-syscall: tm-syscall-asm.S
8 tm-syscall: CFLAGS += -mhtm
9
10 include ../../lib.mk
11
12 clean:
13         rm -f $(TEST_PROGS) *.o