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

all: $(TEST_PROGS)

$(TEST_PROGS): ../harness.c

tm-syscall: tm-syscall-asm.S ../utils.c
tm-syscall: CFLAGS += -mhtm -I../../../../../usr/include

include ../../lib.mk

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