Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / tools / testing / selftests / powerpc / tm / Makefile
1 TEST_PROGS := tm-resched-dscr
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