]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - tools/testing/selftests/powerpc/tm/Makefile
Merge tag 'omap-for-v4.1/fixes-rc2' of git://git.kernel.org/pub/scm/linux/kernel...
[mirror_ubuntu-artful-kernel.git] / tools / testing / selftests / powerpc / tm / Makefile
CommitLineData
68fc378c 1TEST_PROGS := tm-resched-dscr
96d01610 2
6faeeea4 3all: $(TEST_PROGS)
96d01610 4
6faeeea4 5$(TEST_PROGS): ../harness.c
96d01610 6
7fe924d9
S
7tm-syscall: tm-syscall-asm.S
8tm-syscall: CFLAGS += -mhtm
9
6faeeea4 10include ../../lib.mk
96d01610
S
11
12clean:
6faeeea4 13 rm -f $(TEST_PROGS) *.o