提交 1087d019 编写于 作者: B Bamvor Jian Zhang 提交者: Shuah Khan

selftests: rename jump label to static_keys

Commit 2bf9e0ab ("locking/static_keys: Provide a selftest")
renamed jump_label directory to static_keys and failed to update
the Makefile, causing the selftests build to fail.

This commit fixes it by updating the Makefile with the new name
and also moves the entry into the correct position to keep the
list alphabetically sorted.

Fixes: 2bf9e0ab ("locking/static_keys: Provide a selftest")
Signed-off-by: NBamvor Jian Zhang <bamvor.zhangjian@linaro.org>
Acked-by: NShuah Khan <shuahkh@osg.samsung.com>
Acked-by: NMichael Ellerman <mpe@ellerman.id.au>
Signed-off-by: NShuah Khan <shuahkh@osg.samsung.com>
上级 b623c4da
...@@ -16,12 +16,12 @@ TARGETS += powerpc ...@@ -16,12 +16,12 @@ TARGETS += powerpc
TARGETS += ptrace TARGETS += ptrace
TARGETS += seccomp TARGETS += seccomp
TARGETS += size TARGETS += size
TARGETS += static_keys
TARGETS += sysctl TARGETS += sysctl
ifneq (1, $(quicktest)) ifneq (1, $(quicktest))
TARGETS += timers TARGETS += timers
endif endif
TARGETS += user TARGETS += user
TARGETS += jumplabel
TARGETS += vm TARGETS += vm
TARGETS += x86 TARGETS += x86
TARGETS += zram TARGETS += zram
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册