]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - tools/testing/selftests/powerpc/tm/Makefile
Merge tag 'mvebu-fixes-4.1-2' of git://git.infradead.org/linux-mvebu into fixes
[karo-tx-linux.git] / 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