aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/powerpc/tm/Makefile
blob: 34f2ec634b40ac2c8c3a1d2fac06c0257c8e7181 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
TEST_PROGS := tm-resched-dscr

all: $(TEST_PROGS)

$(TEST_PROGS): ../harness.c

include ../../lib.mk

clean:
	rm -f $(TEST_PROGS) *.o