GNU Linux-libre 4.9.283-gnu1
[releases.git] / tools / testing / selftests / powerpc / context_switch / Makefile
1 TEST_PROGS := cp_abort
2
3 all: $(TEST_PROGS)
4
5 $(TEST_PROGS): ../harness.c ../utils.c
6
7 include ../../lib.mk
8
9 clean:
10         rm -f $(TEST_PROGS)