selftests/powerpc: Add transactional syscall test
[deliverable/linux.git] / tools / testing / selftests / powerpc / tm / Makefile
CommitLineData
7fe924d9 1PROGS := tm-resched-dscr tm-syscall
96d01610
S
2
3all: $(PROGS)
4
aa83f3d8 5$(PROGS): ../harness.c
96d01610 6
7fe924d9
S
7tm-syscall: tm-syscall-asm.S
8tm-syscall: CFLAGS += -mhtm
9
96d01610
S
10run_tests: all
11 @-for PROG in $(PROGS); do \
12 ./$$PROG; \
13 done;
14
15clean:
16 rm -f $(PROGS) *.o
17
18.PHONY: all run_tests clean
This page took 0.064068 seconds and 5 git commands to generate.