mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-29 23:53:55 +08: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:
|