aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/powerpc/tm/Makefile
blob: d0505dbd22d5968749a084ab7c241f4891dc63ce (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TEST_PROGS := tm-resched-dscr tm-syscall tm-signal-msr-resv tm-signal-stack tm-vmxcopy tm-fork tm-tar tm-tmspr

all: $(TEST_PROGS)

$(TEST_PROGS): ../harness.c ../utils.c

tm-syscall: tm-syscall-asm.S
tm-syscall: CFLAGS += -mhtm -I../../../../../usr/include
tm-tmspr: CFLAGS += -pthread

include ../../lib.mk

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