Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1087d019 authored by Bamvor Jian Zhang's avatar Bamvor Jian Zhang Committed by Shuah Khan
Browse files

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: default avatarBamvor Jian Zhang <bamvor.zhangjian@linaro.org>
Acked-by: default avatarShuah Khan <shuahkh@osg.samsung.com>
Acked-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
Signed-off-by: default avatarShuah Khan <shuahkh@osg.samsung.com>
parent b623c4da
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,12 +16,12 @@ TARGETS += powerpc
TARGETS += ptrace
TARGETS += seccomp
TARGETS += size
TARGETS += static_keys
TARGETS += sysctl
ifneq (1, $(quicktest))
TARGETS += timers
endif
TARGETS += user
TARGETS += jumplabel
TARGETS += vm
TARGETS += x86
TARGETS += zram