]> git.baikalelectronics.ru Git - kernel.git/commit
certs: Fix build error when CONFIG_MODULE_SIG_KEY is PKCS#11 URI
authorMasahiro Yamada <masahiroy@kernel.org>
Thu, 20 Jan 2022 19:22:04 +0000 (04:22 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Sat, 22 Jan 2022 15:00:14 +0000 (00:00 +0900)
commitec9843482461d64c0eac058b35aac6ee0737cb83
tree355c36ec58cf23980264f588bd563c7aeb933ee9
parent1cb23f94290d8ceb20616190e0a29ba3f5b79121
certs: Fix build error when CONFIG_MODULE_SIG_KEY is PKCS#11 URI

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: e311d8525a75 ("certs: simplify $(srctree)/ handling and remove config_filename macro")
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
certs/Makefile