aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/powerpc/ptrace/Makefile
blob: 84f5de9a1b13339664a851934517d0325930b287 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
TEST_PROGS := ptrace-gpr ptrace-tm-gpr

include ../../lib.mk

all: $(TEST_PROGS)

CFLAGS += -m64 -I../../../../../usr/include -I../tm -mhtm

$(TEST_PROGS): ../harness.c ../utils.c ../lib/reg.S ptrace.h

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