]> git.karo-electronics.de Git - linux-beck.git/blob - tools/testing/selftests/powerpc/tm/Makefile
powerpc: Correct DSCR during TM context switch
[linux-beck.git] / tools / testing / selftests / powerpc / tm / Makefile
1 PROGS := tm-resched-dscr
2
3 all: $(PROGS)
4
5 $(PROGS):
6
7 run_tests: all
8         @-for PROG in $(PROGS); do \
9                 ./$$PROG; \
10         done;
11
12 clean:
13         rm -f $(PROGS) *.o
14
15 .PHONY: all run_tests clean