SmartAudio/lichee/linux-4.9/tools/testing/selftests/powerpc/context_switch/Makefile

11 lines
134 B
Makefile
Raw Normal View History

2018-07-13 01:31:50 +00:00
TEST_PROGS := cp_abort
all: $(TEST_PROGS)
$(TEST_PROGS): ../harness.c ../utils.c
include ../../lib.mk
clean:
rm -f $(TEST_PROGS)