summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/powerpc/ptrace/Makefile
blob: 110377268f6da5164bc90627917c7df53c020b9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TEST_PROGS := ptrace-gpr

include ../../lib.mk

all: $(TEST_PROGS)

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

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

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