mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-27 21:45:12 +07:00
cc16782169
cpu and memory hotplug scripts use the same name. Change cpu on-off-test.sh to cpu-on-off-test.sh. Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com> Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11 lines
158 B
Makefile
11 lines
158 B
Makefile
all:
|
|
|
|
TEST_PROGS := cpu-on-off-test.sh
|
|
|
|
include ../lib.mk
|
|
|
|
run_full_test:
|
|
@/bin/bash ./cpu-on-off-test.sh -a || echo "cpu-hotplug selftests: [FAIL]"
|
|
|
|
clean:
|