These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / 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 -I../../../../../usr/include
9
10 include ../../lib.mk
11
12 clean:
13         rm -f $(TEST_PROGS) *.o