https://github.com/torvalds/linux
Revision ad29a2fb3c201ef066b0a9fe10a6e14dd0d59c48 authored by Masahiro Yamada on 20 January 2022, 19:22:04 UTC, committed by Masahiro Yamada on 22 January 2022, 15:00:14 UTC
When CONFIG_MODULE_SIG_KEY is PKCS#11 URL (pkcs11:*), signing_key.x509
fails to build:

  certs/Makefile:77: *** target pattern contains no '%'.  Stop.

Due to the typo, $(X509_DEP) contains a colon.

Fix it.

Fixes: b8c96a6b466c ("certs: simplify $(srctree)/ handling and remove config_filename macro")
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
1 parent e92e263
History
Tip revision: ad29a2fb3c201ef066b0a9fe10a6e14dd0d59c48 authored by Masahiro Yamada on 20 January 2022, 19:22:04 UTC
certs: Fix build error when CONFIG_MODULE_SIG_KEY is PKCS#11 URI
Tip revision: ad29a2f
File Mode Size
Documentation
LICENSES
arch
block
certs
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.clang-format -rw-r--r-- 16.6 KB
.cocciconfig -rw-r--r-- 59 bytes
.get_maintainer.ignore -rw-r--r-- 71 bytes
.gitattributes -rw-r--r-- 62 bytes
.gitignore -rw-r--r-- 1.9 KB
.mailmap -rw-r--r-- 21.2 KB
COPYING -rw-r--r-- 496 bytes
CREDITS -rw-r--r-- 98.8 KB
Kbuild -rw-r--r-- 1.3 KB
Kconfig -rw-r--r-- 555 bytes
MAINTAINERS -rw-r--r-- 625.5 KB
Makefile -rw-r--r-- 63.5 KB
README -rw-r--r-- 727 bytes

README

back to top