lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Tue, 4 Aug 2020 20:10:36 -0400 From: Sasha Levin <sashal@...nel.org> To: torvalds@...ux-foundation.org Cc: mingo@...nel.org, peterz@...radead.org, linux-kernel@...r.kernel.org, Sasha Levin <sashal@...nel.org> Subject: [PATCH v4 07/14] tools/lib/lockdep: Hook up vsprintf, find_bit, hweight libraries They already exist in tools/lib/, and are now required by liblockdep, so just add them to the build manifest. Signed-off-by: Sasha Levin <sashal@...nel.org> --- tools/lib/lockdep/Build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/lib/lockdep/Build b/tools/lib/lockdep/Build index 219a9e2d9e0ba..1e7c25690b8ea 100644 --- a/tools/lib/lockdep/Build +++ b/tools/lib/lockdep/Build @@ -1 +1 @@ -liblockdep-y += common.o lockdep.o preload.o rbtree.o ../../lib/bitmap.o +liblockdep-y += common.o lockdep.o preload.o rbtree.o ../../lib/bitmap.o ../../lib/vsprintf.o ../../lib/find_bit.o ../../lib/hweight.o -- 2.25.1
Powered by blists - more mailing lists