Kernel  |  3.18

下载     查看原文件
普通文本  |  10行  |  190 B
all:

run_tests:
	@/bin/bash ./on-off-test.sh -r 2 || echo "memory-hotplug selftests: [FAIL]"

run_full_test:
	@/bin/bash ./on-off-test.sh || echo "memory-hotplug selftests: [FAIL]"

clean: