aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/powerpc/context_switch/Makefile
blob: e164d14664661a72b43f4d11df41c08d5c5b54f2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
TEST_PROGS := cp_abort

all: $(TEST_PROGS)

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

include ../../lib.mk

clean:
	rm -f $(TEST_PROGS)